Fixed ll for Linux

This commit is contained in:
Nathan Broadbent
2012-08-21 13:43:55 +12:00
parent d801167ddd
commit 552e9fbcb8

View File

@@ -55,7 +55,7 @@ _uname="$(uname)"
if [ "$_uname" = "Linux" ]; then
# Linux ls commands
_ll_command="ls -l --group-directories-first --color"
_ll_sys_command="ls --color=never"
_ll_sys_command="ls --group-directories-first --color=never"
elif [ "$_uname" = "Darwin" ]; then
# OS X ls commands
_ll_command="ls -l -G"