pull/190/merge
Sebastian Pauka 2013-04-24 05:56:35 -07:00
commit 1c6a44dfcb
1 changed files with 1 additions and 1 deletions

View File

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