Skip to content

Instantly share code, notes, and snippets.

@qrg
Last active June 21, 2016 14:32
Show Gist options
  • Select an option

  • Save qrg/7a5d2b802b5be1f634a1403824fa73bf to your computer and use it in GitHub Desktop.

Select an option

Save qrg/7a5d2b802b5be1f634a1403824fa73bf to your computer and use it in GitHub Desktop.
setup ndenv
# ndenv
if [ -s ${HOME}/.ndenv/bin ]; then
export PATH="$HOME/.ndenv/bin:$PATH"
eval "$(ndenv init -)"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment