Powerline stuff, tmux status stuff, etc.
This commit is contained in:
parent
bebaef9bd9
commit
1f1330a688
3 changed files with 5 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
2
vimrc
2
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'
|
||||
|
|
|
|||
2
zshrc
2
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue