From d1835deb3a3229ba480c981c9a059fbba395ebca Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 10 Jun 2014 20:21:49 -0500 Subject: [PATCH] UNDO! --- zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 4b508a1..9e398a9 100644 --- a/zshrc +++ b/zshrc @@ -1,5 +1,9 @@ # Powerline -source $(find -L ~ -name "powerline.zsh" | head -n 1) +# 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 + bindkey -e