aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-05-22 09:10:27 +0200
committerDavid Runge <dave@sleepmap.de>2023-05-22 09:10:27 +0200
commit06cf6b3ab2299647ac32397d4236626376896600 (patch)
treef3355fe48d7b01af653d682d137859ba1964688e
parent34e25f59cd794f6147eded3c110e248114650eb4 (diff)
downloaddotfiles-06cf6b3ab2299647ac32397d4236626376896600.tar.gz
dotfiles-06cf6b3ab2299647ac32397d4236626376896600.tar.bz2
dotfiles-06cf6b3ab2299647ac32397d4236626376896600.tar.xz
dotfiles-06cf6b3ab2299647ac32397d4236626376896600.zip
zsh: remove sourcing of custom .dircolors file
-rw-r--r--.zshrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/.zshrc b/.zshrc
index 08504c0..86a6262 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,11 +1,6 @@
# functions
for config_file ($HOME/.config/zsh/functions/*.zsh) source $config_file
-# dircolors
-# Set colors for ls output
-if command -v dircolors > /dev/null; then
- eval $(dircolors ~/.dircolors)
-fi
# Environment
#