use ls-comma if it's available

This commit is contained in:
Sami Samhuri 2012-03-24 09:54:35 -07:00
parent 3a76a8ab26
commit 5308ca51ad

View file

@ -222,6 +222,9 @@ alias rhino='java org.mozilla.javascript.tools.shell.Main'
# ls Aliases # ls Aliases
# ---------------- # ----------------
if command_exists ls-comma; then
alias ls='ls-comma'
fi
if mac; then if mac; then
gls_path=`which gls` gls_path=`which gls`
if [[ -x "$gls_path" ]]; then if [[ -x "$gls_path" ]]; then