changed TERM=linux-16color to TERM=linux

This commit is contained in:
Johannes Findeisen 2024-07-08 03:08:04 +02:00
commit cab53c05b2

2
.zshrc
View file

@ -141,7 +141,7 @@ alias gits='git status'
# I use xterm and this sets a nice title with hostname and cwd in it. # I use xterm and this sets a nice title with hostname and cwd in it.
case $TERM in case $TERM in
linux) linux)
export TERM=linux-16color export TERM=linux
precmd () {print -Pn "\e]0;%n@%m: %~\a"} precmd () {print -Pn "\e]0;%n@%m: %~\a"}
;; ;;
xterm*) xterm*)