dotfiles/zsh/powerline-prompt.zsh

8 lines
258 B
Bash
Raw Normal View History

# Powerline prompt
powerline-daemon -q
test $PLATFORM = 'osx' \
2018-01-25 12:45:36 +00:00
&& 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