diff --git a/tmux.conf b/tmux.conf index 80db77f..1f36074 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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' diff --git a/vimrc b/vimrc index a40a27f..f5a197f 100644 --- a/vimrc +++ b/vimrc @@ -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' diff --git a/zshrc b/zshrc index 1d1e626..59e4e4d 100644 --- a/zshrc +++ b/zshrc @@ -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"