adding nvm for managing node.js versions

This commit is contained in:
2011-05-02 18:25:06 -04:00
parent fc270ae4f9
commit b37967985f
3 changed files with 9 additions and 0 deletions

5
zshrc
View File

@ -32,4 +32,9 @@ if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
source /usr/local/bin/virtualenvwrapper.sh
fi
# Node / nvm
if [ -f "$HOME/.nvm/nvm.sh" ]; then
source "$HOME/.nvm/nvm.sh"
fi
export LSCOLORS="ExGxFxdxCxDxDxhbadExEx"