update docs to run __vte_ps1 on new shells too

This commit is contained in:
Daniel Micay 2012-11-07 12:08:05 -05:00
parent 0d5adbe3c4
commit d9486de556
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ INSERT MODE
if [[ $TERM == xterm-termite ]]; then
. /etc/profile.d/vte.sh
__vte_ps1
chpwd() {
__vte_ps1
}