mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Disable libzpython support in zsh
This commit is contained in:
parent
82e433906c
commit
b2406d983d
@ -2,6 +2,11 @@ unsetopt promptsp transientrprompt
|
||||
POWERLINE_COMMAND=( $PWD/scripts/powerline -p $PWD/powerline/config_files )
|
||||
POWERLINE_COMMAND=( $POWERLINE_COMMAND -t default_leftonly.segment_data.hostname.args.only_if_ssh=false )
|
||||
POWERLINE_COMMAND=( $POWERLINE_COMMAND -c ext.shell.theme=default_leftonly )
|
||||
setopt interactivecomments
|
||||
# POWERLINE_CONFIG_PATH=$PWD/powerline/config_files
|
||||
# POWERLINE_THEME_CONFIG=( default_leftonly.segment_data.hostname.args.only_if_ssh=false )
|
||||
# POWERLINE_CONFIG=( ext.shell.theme=default_leftonly )
|
||||
POWERLINE_NO_ZSH_ZPYTHON=1 # TODO: make tests work with zsh/zpython
|
||||
export VIRTUAL_ENV=
|
||||
source powerline/bindings/zsh/powerline.zsh ; cd tests/shell/3rd
|
||||
cd .git
|
||||
|
Loading…
x
Reference in New Issue
Block a user