aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile4
1 files changed, 0 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)