summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index f02c839..e206077 100644
--- a/.zshrc
+++ b/.zshrc
@@ -54,7 +54,7 @@ if [[ $TERM = "linux" ]]; then
fi
# some better colors for ls
-eval "`dircolors -b`"
+eval "`dircolors ~/.dircolors`"
# }}}
# Keybindings {{{