README: fix the instructions for setting the dir

This commit is contained in:
Daniel Micay 2013-06-14 16:19:34 -04:00
parent a9ba1e9913
commit 72c93ad732
1 changed files with 2 additions and 7 deletions

View File

@ -61,12 +61,7 @@ INSERT MODE
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
:: ::
@ -76,7 +71,7 @@ INSERT MODE
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
COMMAND MODE COMMAND MODE