From b71bff06b3fc95f880abe194fa2a958ee6b179bc Mon Sep 17 00:00:00 2001 From: Thilo Six Date: Sun, 5 Feb 2017 14:28:32 +0100 Subject: [PATCH] also unset NO_COLOR also unset NO_COLOR, seems to left out --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index c5f50de..dfd6159 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3126,7 +3126,7 @@ function ssl-cert-info () { } # make sure our environment is clean regarding colors -builtin unset -v BLUE RED GREEN CYAN YELLOW MAGENTA WHITE +builtin unset -v BLUE RED GREEN CYAN YELLOW MAGENTA WHITE NO_COLOR # "persistent history" # just write important commands you always need to $GRML_IMPORTANT_COMMANDS -- 2.1.4