X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=175f32d93cd76f6b3640dd900a62d31e9403c95b;hb=143008f5dab82989e83a0fd46cc11ba40691f64f;hp=bf40267af60a9aef5721b63b9fd4a61686e1b15c;hpb=5f433e9ef61a841d4a8ef3853a0e129af16d70f8;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index bf40267..175f32d 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2273,7 +2273,7 @@ alias lad='ls -d .*(/)' # only show dot-directories alias lsa='ls -a .*(.)' # only show dot-files #a2# Only files with setgid/setuid/sticky flag alias lss='ls -l *(s,S,t)' # only files with setgid/setuid/sticky flag -#a2# Only show 1st ten symlinks +#a2# Only show symlinks alias lsl='ls -l *(@)' # only symlinks #a2# Display only executables alias lsx='ls -l *(*)' # only executables @@ -2304,9 +2304,6 @@ alias rmcdir='cd ..; rmdir $OLDPWD || cd $OLDPWD' alias insecssh='ssh -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"' alias insecscp='scp -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"' -# simple webserver -check_com -c python && alias http="python -m SimpleHTTPServer" - # work around non utf8 capable software in utf environment via $LANG and luit if check_com isutfenv && check_com luit ; then if check_com -c mrxvt ; then