zsh: do not change terminal title

master
Guillaume Dott 2017-07-27 09:56:24 +02:00
parent 8c1f992e76
commit 06c6197972
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ export LESS_TERMCAP_us=$'\E[01;32m' # begin underline
export LESS_TERMCAP_ue=$'\E[0m' # end underline
precmd() {
[ -t 0 ] && print -Pn "\33]2;%(!.[ROOT] .)%m:%~ | ${COLUMNS}x${LINES} | %y\007"
vcs_info
}
preexec() { }