From 06cf6b3ab2299647ac32397d4236626376896600 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 22 May 2023 09:10:27 +0200 Subject: zsh: remove sourcing of custom .dircolors file --- .zshrc | 5 ----- 1 file changed, 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 # -- cgit v1.2.3-54-g00ecf