update man page
This commit is contained in:
parent
72c93ad732
commit
53ae4efc0b
11
termite.1
11
termite.1
|
@ -151,14 +151,9 @@ The directory can be set by a process running in the terminal. For
|
||||||
example, with \fRzsh\fP:
|
example, with \fRzsh\fP:
|
||||||
.IP
|
.IP
|
||||||
.nf
|
.nf
|
||||||
if [[ $TERM == xterm -termite ]]; then
|
if [[ $TERM == xterm-termite ]]; then
|
||||||
. /etc/profile.d/vte.sh
|
. /etc/profile.d/vte.sh
|
||||||
|
__vte_osc7
|
||||||
__vte_ps1
|
|
||||||
|
|
||||||
chpwd() {
|
|
||||||
__vte_ps1
|
|
||||||
}
|
|
||||||
fi
|
fi
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.PP
|
||||||
|
@ -167,7 +162,7 @@ or for example, with \fRbash\fP:
|
||||||
.nf
|
.nf
|
||||||
if [[ $TERM == xterm-termite ]]; then
|
if [[ $TERM == xterm-termite ]]; then
|
||||||
. /etc/profile.d/vte.sh
|
. /etc/profile.d/vte.sh
|
||||||
PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'__vte_ps1'
|
__vte_prompt_command
|
||||||
fi
|
fi
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in New Issue