commit 6efe9b5bb99e968ff5a2e9e90f527ab0682bb94b
parent be6e66c43c346523421ad0bd0708c67cf9f40023
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Tue, 17 Dec 2019 19:17:28 +0100
Add dir_colors
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/zsh/zshrc b/zsh/zshrc
@@ -147,6 +147,9 @@ export LESS_TERMCAP_ue=$'\E[0m'
export LESS_TERMCAP_us=$'\E[01;36m'
export LESS=-r
+# Load DIRCOLORS
+test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors)
+
# Add support for GnuPG
export GPG_TTY=$(tty)