X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=90903bc133d16b6ed1a5e3c3ae68d0e9a8238ef2;hb=f4bf5ebfa367966a25f8d443a18c488a3c340269;hp=94de48df35e0f7c18ead8a8ccdddd187dd670f94;hpb=fb3386ae998830f034c91e0e80db62ff3466d2e5;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 94de48d..90903bc 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2287,16 +2287,6 @@ alias lsold="ls -rtlh *(D.Om[1,10])" # display the oldest files #a2# Display the ten smallest files alias lssmall="ls -Srl *(.oL[1,10])" # display the smallest files -# chmod -#a2# Execute \kbd{chmod 600} -alias rw-='chmod 600' -#a2# Execute \kbd{chmod 700} -alias rwx='chmod 700' -#m# a2 r-{}- Execute \kbd{chmod 644} -alias r--='chmod 644' -#a2# Execute \kbd{chmod 755} -alias r-x='chmod 755' - # some useful aliases #a2# Remove current empty directory. Execute \kbd{cd ..; rmdir $OLDCWD} alias rmcdir='cd ..; rmdir $OLDPWD || cd $OLDPWD'