Adding rbenv submodule for arch. Changing zshrc powerline directory for Arch
This commit is contained in:
parent
2a50e55c43
commit
25a1285d7e
3 changed files with 6 additions and 1 deletions
3
zshrc
3
zshrc
|
|
@ -2,7 +2,8 @@
|
|||
# if [ "$TMUX" = "" ]; then tmux; fi
|
||||
|
||||
# Powerline
|
||||
. /usr/local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
|
||||
[[ -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
|
||||
[[ -s /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh ]] && . /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
|
||||
|
||||
# Tmuxinator
|
||||
[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue