Fixed ls alias to use --color=auto instead of --color=always.

pull/190/head
Sebastian Pauka 2013-03-07 10:17:01 +11:00
parent 743be0cd2d
commit 1d1c57265c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ alias _="sudo"
if [ $(uname) = "Linux" ] if [ $(uname) = "Linux" ]
then then
alias ls="ls --color=always" alias ls="ls --color=auto"
fi fi
which gshuf &> /dev/null which gshuf &> /dev/null
if [ $? -eq 1 ] if [ $? -eq 1 ]