aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zprofile4
-rw-r--r--.zshrc3
2 files changed, 3 insertions, 4 deletions
diff --git a/.zprofile b/.zprofile
index e76fdd3..0d11dbd 100644
--- a/.zprofile
+++ b/.zprofile
@@ -50,7 +50,3 @@ TMPPREFIX="${TMPDIR%/}/zsh"
if [[ ! -d "$TMPPREFIX" ]]; then
mkdir -p "$TMPPREFIX"
fi
-
-# dircolors
-# Set colors for ls output
-eval $(dircolors ~/.dircolors)
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
#