From fd8369674f0a288e1067a272c36c6c86e484d140 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Sun, 14 Oct 2012 10:46:06 +1300 Subject: [PATCH] ls -l => ls -lhv --- lib/git/shell_shortcuts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/git/shell_shortcuts.sh b/lib/git/shell_shortcuts.sh index bc12948..07c2d40 100644 --- a/lib/git/shell_shortcuts.sh +++ b/lib/git/shell_shortcuts.sh @@ -77,8 +77,8 @@ fi _uname="$(uname)" if [ "$_uname" = "Linux" ]; then # Linux ls commands - _ll_command="ls -l --group-directories-first --color" - _ll_sys_command="ls --group-directories-first --color=never" + _ll_command="ls -lhv --group-directories-first --color" + _ll_sys_command="ls -v --group-directories-first --color=never" _abs_path_command="readlink -f" elif [ "$_uname" = "Darwin" ]; then # OS X ls commands