Fix `lsold' globbing flags [Closes: issue991]
authorFrank Terbeck <ft@grml.org>
Thu, 26 May 2011 18:51:32 +0000 (20:51 +0200)
committerFrank Terbeck <ft@grml.org>
Thu, 26 May 2011 18:53:11 +0000 (20:53 +0200)
Before it was just a `lsnew' derivative.

Reported-by: Bernhard Tittelbach <xro@realraum.at>
Signed-off-by: Frank Terbeck <ft@grml.org>
etc/zsh/zshrc

index 8643fae..4c34e52 100644 (file)
@@ -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