Load the powerline status on Linux
This commit is contained in:
parent
e5a3f34182
commit
07450d4ad9
1 changed files with 3 additions and 1 deletions
|
@ -4,3 +4,5 @@ powerline-daemon -q
|
||||||
|
|
||||||
test $PLATFORM = 'osx' \
|
test $PLATFORM = 'osx' \
|
||||||
&& source /usr/local/lib/python3.6/site-packages/powerline/bindings/zsh/powerline.zsh
|
&& source /usr/local/lib/python3.6/site-packages/powerline/bindings/zsh/powerline.zsh
|
||||||
|
test $PLATFORM = 'linux' \
|
||||||
|
&& source /usr/lib/python3.6/site-packages/powerline/bindings/zsh/powerline.zsh
|
Loading…
Add table
Reference in a new issue