diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/appearance.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/appearance.zsh b/zsh/appearance.zsh index c1c18a3..f60ddc4 100644 --- a/zsh/appearance.zsh +++ b/zsh/appearance.zsh @@ -10,7 +10,7 @@ else # otherwise, detect which version of ls is on the path if $(ls --color -d . &>/dev/null 2>&1); then alias ls='ls --color=tty' - eval `gdircolors ~/.dircolors.conf` + eval `dircolors ~/.dircolors.conf` else alias ls='ls -G' export LSCOLORS="exgxbxdxcxegedxbxgxcxd" |