From b13d5a109497279e97135e4c34f05e39d179f377 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 25 Jan 2012 19:41:24 +0000 Subject: use the right dircolors on linux --- zsh/appearance.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') 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" -- cgit v1.2.3