Skip to content

Instantly share code, notes, and snippets.

@jimimaher
Created May 22, 2021 18:10
Show Gist options
  • Save jimimaher/b5115f69269957ab7f185e2699726aa9 to your computer and use it in GitHub Desktop.
Save jimimaher/b5115f69269957ab7f185e2699726aa9 to your computer and use it in GitHub Desktop.
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
export YVM_DIR=/usr/local/opt/yvm
[ -r $YVM_DIR/yvm.sh ] && . $YVM_DIR/yvm.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment