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
|
||||
. /etc/profile.d/vte.sh
|
||||
|
||||
__vte_ps1
|
||||
|
||||
chpwd() {
|
||||
__vte_ps1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue