ls -l => ls -lhv

This commit is contained in:
Nathan Broadbent
2012-10-14 10:46:06 +13:00
parent a040f1525b
commit fd8369674f

View File

@@ -77,8 +77,8 @@ fi
_uname="$(uname)" _uname="$(uname)"
if [ "$_uname" = "Linux" ]; then if [ "$_uname" = "Linux" ]; then
# Linux ls commands # Linux ls commands
_ll_command="ls -l --group-directories-first --color" _ll_command="ls -lhv --group-directories-first --color"
_ll_sys_command="ls --group-directories-first --color=never" _ll_sys_command="ls -v --group-directories-first --color=never"
_abs_path_command="readlink -f" _abs_path_command="readlink -f"
elif [ "$_uname" = "Darwin" ]; then elif [ "$_uname" = "Darwin" ]; then
# OS X ls commands # OS X ls commands