summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index cefe87f..db94294 100755
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -82,7 +82,6 @@ fi
 
 case $OSTYPE in
 	*gnu*)
-		eval `dircolors -b` #exports LSCOLORS
 		ls_options="-v --group-directories-first --color=auto"
 		ls_isodate="--time-style=long-iso"
 		;;