From 5308ca51ad86f62bb9c2acef60e4e9f5605fa738 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 24 Mar 2012 09:54:35 -0700 Subject: [PATCH] use ls-comma if it's available --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) 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