Powerline stuff, tmux status stuff, etc.

master
Dustin Swan 11 years ago
parent bebaef9bd9
commit 1f1330a688

@ -29,6 +29,9 @@ set-option -g status-keys vi
set -g default-terminal "screen-256color"
set -g status on
set -g status-utf8 on
# Powerline
# Mac
source '/usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf'

@ -45,7 +45,7 @@ Bundle 'searchfold.vim'
Bundle 'godlygeek/tabular'
Bundle 'kshenoy/vim-signature'
"Bundle 'SirVer/ultisnips'
Bundle 'fmoralesc/vim-pad'
"Bundle 'fmoralesc/vim-pad'
Bundle 'lukerandall/haskellmode-vim'
Bundle 'bitc/vim-hdevtools'
" Bundle 'Shougo/neocomplcache'

@ -2,7 +2,7 @@
# 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/share/zsh/site-contrib/powerline.zsh ]] && . /usr/share/zsh/site-contrib/powerline.zsh
[[ -s /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh ]] && . /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
alias vi=vim
alias tmux="tmux -2"

Loading…
Cancel
Save