Added Powerline + Powerline patches

This commit is contained in:
Dreaded_X 2014-09-05 20:55:25 +02:00
parent a1861b8148
commit 437da9c1c6
2 changed files with 7 additions and 0 deletions

3
vimrc
View File

@ -17,3 +17,6 @@ nmap <F8> :TagbarToggle<CR>
map <F3> \be
setlocal completeopt-=preview
set laststatus=2
let g:Powerline_symbols = 'fancy'
set rtp+=$HOME/.local/lib/python2.7/site-packages/powerline/bindings/vim/

4
zshrc
View File

@ -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