mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
bugfix
This commit is contained in:
parent
8786d5b1e8
commit
e7a8741e33
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
|
@ -202,7 +202,7 @@ if [ "$TERM" != "dumb" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Fix for KDEs stupid Konsole program
|
# Fix for KDEs stupid Konsole program
|
||||||
if [[ $KONSOLE_PROFILE_NAME ]]; then
|
if [[ ! "$KONSOLE_PROFILE_NAME" == "" ]]; then
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue