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
. /etc/profile.d/vte.sh
__vte_ps1
chpwd() {
__vte_ps1
}
__vte_osc7
fi
::
@ -76,7 +71,7 @@ INSERT MODE
if [[ $TERM == xterm-termite ]]; then
. /etc/profile.d/vte.sh
PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'__vte_ps1'
__vte_prompt_command
fi
COMMAND MODE