Use the same options in lnew as in lsnew
authorFrank Terbeck <ft@grml.org>
Thu, 26 May 2011 18:58:52 +0000 (20:58 +0200)
committerFrank Terbeck <ft@grml.org>
Thu, 26 May 2011 18:58:52 +0000 (20:58 +0200)
Signed-off-by: Frank Terbeck <ft@grml.org>
etc/zsh/zshrc

index 4c34e52..03e272d 100644 (file)
@@ -3210,7 +3210,7 @@ alias lsd='ls -d *(/)'                 # only show directories
 #a2# Only show empty directories
 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
+alias lsnew="ls -rtlh *(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
 #a2# Display the ten smallest files