use ls-comma if it's available
This commit is contained in:
parent
3a76a8ab26
commit
5308ca51ad
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue