8 lines
No EOL
258 B
Bash
8 lines
No EOL
258 B
Bash
# Powerline prompt
|
|
|
|
powerline-daemon -q
|
|
|
|
test $PLATFORM = 'osx' \
|
|
&& 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 |