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