update man page

This commit is contained in:
Simon Gomizelj 2013-06-14 16:28:36 -04:00
parent 72c93ad732
commit 53ae4efc0b
1 changed files with 3 additions and 8 deletions

View File

@ -153,12 +153,7 @@ example, with \fRzsh\fP:
.nf
if [[ $TERM == xterm-termite ]]; then
. /etc/profile.d/vte.sh
__vte_ps1
chpwd() {
__vte_ps1
}
__vte_osc7
fi
.fi
.PP
@ -167,7 +162,7 @@ or for example, with \fRbash\fP:
.nf
if [[ $TERM == xterm-termite ]]; then
. /etc/profile.d/vte.sh
PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'__vte_ps1'
__vte_prompt_command
fi
.fi
.PP