From e7a8741e337ab4159643fa82d48e3e1087d4744a Mon Sep 17 00:00:00 2001 From: Armin Date: Thu, 2 Apr 2015 14:07:49 +0200 Subject: [PATCH] bugfix --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 40a383d7d..e08d7c213 100644 --- a/zshrc +++ b/zshrc @@ -202,7 +202,7 @@ if [ "$TERM" != "dumb" ]; then fi # Fix for KDEs stupid Konsole program -if [[ $KONSOLE_PROFILE_NAME ]]; then +if [[ ! "$KONSOLE_PROFILE_NAME" == "" ]]; then export TERM=xterm-256color fi