Skip to content

Instantly share code, notes, and snippets.

@bard86
Created April 2, 2020 19:35
Show Gist options
  • Save bard86/44844a1705c1fe7d1734c0695d9acef4 to your computer and use it in GitHub Desktop.
Save bard86/44844a1705c1fe7d1734c0695d9acef4 to your computer and use it in GitHub Desktop.
export PATH="/usr/local/opt/openjdk/bin:$PATH"
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 PATH="$HOME/.jenv/bin:$PATH"
eval "$(jenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment