From: Frank Terbeck Date: Thu, 26 May 2011 18:58:52 +0000 (+0200) Subject: Use the same options in lnew as in lsnew X-Git-Tag: v0.3.90~2 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=e07e9a2db035fc8132a6200ab4e8b2dcb81b95c7;hp=42cc9b02bc45d582f558c5c1c68b50a69e8a18da;p=grml-etc-core.git Use the same options in lnew as in lsnew Signed-off-by: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 4c34e52..03e272d 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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