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