no more gls

This commit is contained in:
Loic Nageleisen 2012-06-04 13:35:34 +02:00
parent 137935e50a
commit 4dce4716fa

View file

@ -3,10 +3,6 @@
case "$(uname)" in
"Darwin")
alias top="top -o cpu -s 5"
if which gls >/dev/null; then
#brew list coreutils | grep '/usr/local/Cellar/coreutils/[^/]*/bin/g' | sed 's/.*\///'
alias ls="gls --color=auto"
fi
;;
"Linux")
alias ls="ls --color"