diff options
Diffstat (limited to '_zsh/90-aliases.zsh')
-rw-r--r-- | _zsh/90-aliases.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_zsh/90-aliases.zsh b/_zsh/90-aliases.zsh index e8f354d..dc29be0 100644 --- a/_zsh/90-aliases.zsh +++ b/_zsh/90-aliases.zsh @@ -14,7 +14,7 @@ alias pu=pushd if [[ -n "${IS_LINUX}" ]]; then alias ls='ls --color=auto' -elif [[ -n "${IS_BSD}" ]]; then +elif [[ -n "${IS_BSD}" ]] || [[ -n "${IS_MAC}" ]]; then alias ls='ls -G' fi alias l='ls -lah' |