Powerline stuff, tmux status stuff, etc.
This commit is contained in:
parent
bebaef9bd9
commit
1f1330a688
3 changed files with 5 additions and 2 deletions
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