hrm. omz rbenv plugin is a little wonky... going vanilla
This commit is contained in:
parent
0edec38537
commit
3f6dafed1c
5
zshrc
5
zshrc
@ -19,7 +19,7 @@ export ZSH_CUSTOM=$HOME/.zsh/custom
|
|||||||
|
|
||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
plugins=(extract tmux tmuxinator git github git-flow svn ruby rails3 bundler rbenv heroku pip django fabric osx brew deb ssh-agent npm drush composer symfony2 vagrant knife)
|
plugins=(extract tmux tmuxinator git github git-flow svn ruby rails3 bundler heroku pip django fabric osx brew deb ssh-agent npm drush composer symfony2 vagrant knife)
|
||||||
|
|
||||||
# Python/ virtualenv
|
# Python/ virtualenv
|
||||||
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
|
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
|
||||||
@ -40,6 +40,9 @@ if [ -f "$HOME/.phpbrew/bashrc" ]; then
|
|||||||
source "$HOME/.phpbrew/bashrc"
|
source "$HOME/.phpbrew/bashrc"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# rbenv
|
||||||
|
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
|
||||||
|
|
||||||
if [ $TERM = "screen" ]; then
|
if [ $TERM = "screen" ]; then
|
||||||
export DISABLE_AUTO_TITLE="true"
|
export DISABLE_AUTO_TITLE="true"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user