From e07e9a2db035fc8132a6200ab4e8b2dcb81b95c7 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Thu, 26 May 2011 20:58:52 +0200 Subject: [PATCH] Use the same options in lnew as in lsnew Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4