update docs to run __vte_ps1 on new shells too
This commit is contained in:
parent
0d5adbe3c4
commit
d9486de556
|
@ -39,6 +39,8 @@ INSERT MODE
|
||||||
if [[ $TERM == xterm-termite ]]; then
|
if [[ $TERM == xterm-termite ]]; then
|
||||||
. /etc/profile.d/vte.sh
|
. /etc/profile.d/vte.sh
|
||||||
|
|
||||||
|
__vte_ps1
|
||||||
|
|
||||||
chpwd() {
|
chpwd() {
|
||||||
__vte_ps1
|
__vte_ps1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue