Worked on zsh stuff

Dropped rvm line, added nvm line and moved back to a directory
This commit is contained in:
Josh Sherman 2015-01-24 19:21:57 -05:00
parent 2418a2f05c
commit a3dfe7551f
2 changed files with 1 additions and 1 deletions

View file

@ -85,5 +85,5 @@ for method in GET HEAD POST PUT DELETE TRACE OPTIONS; do
alias "$method"="lwp-request -m '$method'"
done
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
source $(brew --prefix nvm)/nvm.sh