6 lines
151 B
Bash
6 lines
151 B
Bash
|
# Powerline prompt
|
||
|
|
||
|
powerline-daemon -q
|
||
|
|
||
|
test $PLATFORM = 'osx' \
|
||
|
&& source /usr/local/lib/python3.6/site-packages/powerline/bindings/zsh/powerline.zsh
|