diff --git a/zsh/zshrc b/zsh/zshrc index 4c66bc1..021ef02 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -222,6 +222,9 @@ alias rhino='java org.mozilla.javascript.tools.shell.Main' # ls Aliases # ---------------- +if command_exists ls-comma; then + alias ls='ls-comma' +fi if mac; then gls_path=`which gls` if [[ -x "$gls_path" ]]; then