[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:
Bruno BELANYI 2019-10-23 13:54:57 +02:00
parent a9bddde57a
commit e4f096ae91

View file

@ -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