diff options
Diffstat (limited to 'dotfiles-darwin/zsh/rc')
| -rw-r--r-- | dotfiles-darwin/zsh/rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles-darwin/zsh/rc b/dotfiles-darwin/zsh/rc index b36f8ae..2875e9f 100644 --- a/dotfiles-darwin/zsh/rc +++ b/dotfiles-darwin/zsh/rc @@ -14,3 +14,8 @@ alias python=python3 alias emacs=${emacs} fi } + +if (( ${path[(I)/usr/local/opt/coreutils/libexec/gnubin]} )); then + alias ls='ls --color --group-directories-first' + alias lsh='ls -Shrs' +fi |
