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
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -13,3 +13,6 @@
|
|||
[submodule "bin/cortex-git"]
|
||||
path = bin/cortex-git
|
||||
url = git://glacicle.org/projects/cortex.git
|
||||
[submodule "bin/rbenv-git"]
|
||||
path = bin/rbenv-git
|
||||
url = git://github.com/sstephenson/rbenv.git
|
||||
|
|
|
|||
1
bin/rbenv-git
Submodule
1
bin/rbenv-git
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 6a6ae8ae4667dd8c95cae359f92819b6d1d1320b
|
||||
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