brew install dnvm places a shell script that needs to be sourced.
I am using zsh, and the script is entirely silent when run. Only after actually opening up dnvm.sh did I realize that it was a bag of functions that needed to be sourced.
Solutions:
- Update README to note this
- Have the script output something if it was run, rather than sourced.
brew install dnvm places a shell script that needs to be sourced.
I am using zsh, and the script is entirely silent when run. Only after actually opening up
dnvm.shdid I realize that it was a bag of functions that needed to be sourced.Solutions: