[FIX][ZSH] Display title in Termite
For some reason the script to set-up VTE terminals does not set-up the precmd which is supposed to display the username, host, and working directory in Termite's title.
This commit is contained in:
parent
a9bddde57a
commit
e4f096ae91
|
@ -2,6 +2,7 @@
|
|||
if [[ $TERM == xterm-termite ]]; then
|
||||
. /etc/profile.d/vte.sh
|
||||
__vte_osc7
|
||||
precmd_functions+=(__vte_prompt_command) # FIXME: why isn't it set above ?
|
||||
fi
|
||||
|
||||
# History configuration
|
||||
|
|
Loading…
Reference in a new issue