Merge pull request #190 from spauka/master

Use ls --color=auto
This commit is contained in:
Travis Swicegood
2013-04-24 05:57:51 -07:00

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 ]