Merge branch 'disable-virtualenv-prompt' into develop
This commit is contained in:
commit
2d1a964e32
|
@ -43,6 +43,7 @@ _powerline_prompt() {
|
||||||
}
|
}
|
||||||
|
|
||||||
_powerline_setup_prompt() {
|
_powerline_setup_prompt() {
|
||||||
|
VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||||
if test -z "${POWERLINE_COMMAND}" ; then
|
if test -z "${POWERLINE_COMMAND}" ; then
|
||||||
if which powerline-client &>/dev/null ; then
|
if which powerline-client &>/dev/null ; then
|
||||||
export POWERLINE_COMMAND=powerline-client
|
export POWERLINE_COMMAND=powerline-client
|
||||||
|
|
|
@ -111,6 +111,7 @@ _powerline_setup_prompt() {
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
precmd_functions+=( _powerline_set_jobnum )
|
precmd_functions+=( _powerline_set_jobnum )
|
||||||
|
VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||||
if test -z "${POWERLINE_NO_ZSH_ZPYTHON}" && { zmodload libzpython || zmodload zsh/zpython } &>/dev/null ; then
|
if test -z "${POWERLINE_NO_ZSH_ZPYTHON}" && { zmodload libzpython || zmodload zsh/zpython } &>/dev/null ; then
|
||||||
precmd_functions+=( _powerline_update_counter )
|
precmd_functions+=( _powerline_update_counter )
|
||||||
zpython 'from powerline.bindings.zsh import setup as _powerline_setup'
|
zpython 'from powerline.bindings.zsh import setup as _powerline_setup'
|
||||||
|
|
Loading…
Reference in New Issue