From 53ae4efc0b54a519c9e057a9a5e71a9f3ae10ef2 Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Fri, 14 Jun 2013 16:28:36 -0400 Subject: [PATCH] update man page --- termite.1 | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/termite.1 b/termite.1 index a9371e4..091ade1 100644 --- a/termite.1 +++ b/termite.1 @@ -151,14 +151,9 @@ The directory can be set by a process running in the terminal. For example, with \fRzsh\fP: .IP .nf -if [[ $TERM == xterm -termite ]]; then +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