Last active
June 21, 2016 14:32
-
-
Save qrg/7a5d2b802b5be1f634a1403824fa73bf to your computer and use it in GitHub Desktop.
setup ndenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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