Make prompt* sets non-local

Fixes #342
This commit is contained in:
ZyX 2013-03-21 07:52:54 +04:00
parent 83d855d3d7
commit 0610316e25
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ _powerline_install_precmd() {
fi
done
chpwd_functions+=( _powerline_tmux_set_pwd )
setopt nolocaloptions
setopt promptpercent
setopt promptsubst
if zmodload zsh/zpython &>/dev/null ; then