This commit is contained in:
Armin 2015-04-02 14:07:49 +02:00
commit e7a8741e33

2
zshrc
View file

@ -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