Merge pull request #190 from spauka/master

Use ls --color=auto
pull/201/head
Travis Swicegood 2013-04-24 05:57:51 -07:00
commit ad41c5cdc5
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 ]