aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 219801b..c99346e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -4,6 +4,9 @@ for config_file ($HOME/.zsh.functions/*.zsh) source $config_file
# zsh.before
for config_file ($HOME/.zsh.before/*.zsh) source $config_file
+# dircolors
+# Set colors for ls output
+eval $(dircolors ~/.dircolors)
# Environment
#