powerline zsh script now looked for

This commit is contained in:
Dustin Swan
2014-06-10 20:03:43 -05:00
parent c7b8251054
commit 88a0bd9908
2 changed files with 1 additions and 4 deletions

5
zshrc
View File

@@ -1,8 +1,5 @@
# Powerline
# Mac
[[ -s /usr/local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh ]] && . /usr/local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
# Linux
[[ -s /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh ]] && . /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
source $(find -L ~ -name "powerline.zsh" | head -n 1)
bindkey -e