From e4f096ae9140f4e6be723d11fceec482bdd8518c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 23 Oct 2019 13:54:57 +0200 Subject: [PATCH] [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. --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 291b67c..b557d65 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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