From 437da9c1c65153934f35d4764d4aa3a6ea93e8cb Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 5 Sep 2014 20:55:25 +0200 Subject: [PATCH] Added Powerline + Powerline patches --- vimrc | 3 +++ zshrc | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/vimrc b/vimrc index 1ace515..ad7faf8 100644 --- a/vimrc +++ b/vimrc @@ -17,3 +17,6 @@ nmap :TagbarToggle map \be setlocal completeopt-=preview +set laststatus=2 +let g:Powerline_symbols = 'fancy' +set rtp+=$HOME/.local/lib/python2.7/site-packages/powerline/bindings/vim/ diff --git a/zshrc b/zshrc index b526760..4e0d199 100644 --- a/zshrc +++ b/zshrc @@ -77,3 +77,7 @@ alias attach="tmux a" DISABLE_AUTO_TITLE=true export TERM=screen-256color-bce + +if [ -d "$HOME/.local/bin" ]; then + PATH="$HOME/.local/bin:$PATH" +fi