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' export EDITOR='vim'


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

# rbenv
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init - zsh)"


# rails command # rails command
_script_rails() { _script_rails() {
Expand Down

0 comments on commit a6b4334

Please sign in to comment.