X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=4c34e527cd2f9e6f05a7182a1fe50e22b56f5d5d;hb=42cc9b02bc45d582f558c5c1c68b50a69e8a18da;hp=8643fae5aef2f814931f315eb54efcfa651f414c;hpb=67cea680f31987b31696a005b68a2a156fdd8677;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 8643fae..4c34e52 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3212,7 +3212,7 @@ alias lse='ls -d *(/^F)' # only show empty directories #a2# Display the ten newest files alias lsnew="ls -rl *(D.om[1,10])" # display the newest files #a2# Display the ten oldest files -alias lsold="ls -rtlh *(D.om[1,10])" # display the oldest files +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