changed TERM=linux-16color to TERM=linux
This commit is contained in:
parent
209c259493
commit
cab53c05b2
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
|
@ -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*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue