Skip to content

Commit

Permalink
Update zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Mar 26, 2012
1 parent 7dbdbb6 commit a6b4334
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions zshrc
Expand Up @@ -42,14 +42,10 @@ alias wget='wget --no-check-certificate'
export EDITOR='vim'

# RVM
# if [ -s $HOME/.rvm/scripts/rvm ]; then
# . $HOME/.rvm/scripts/rvm
# rvm rvmrc load
# fi

# rbenv
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init - zsh)"
if [ -s $HOME/.rvm/scripts/rvm ]; then
. $HOME/.rvm/scripts/rvm
rvm rvmrc load
fi

# rails command
_script_rails() {
Expand Down

0 comments on commit a6b4334

Please sign in to comment.