Closed GV3 closed 3 years ago
Ahh, this might explain a Twitter message I got recently where someone with a Mac was having issues. I'll get a fix integrated soon.
This is now fixed with v4.4: https://github.com/corbindavenport/nexus-tools/releases/tag/4.4
Thanks for reporting!
The PATH is was not added when I run the install.
After noticing that the Nexus tools directory was not in the PATH, I reviewed the install.sh document and I noticed that the code does not cover handle the absence of $HOME/.bashrc or $HOME/.zshrc. (As you can imagine by now I'm running a UNIX system, a Mac) :)
Have you considered adding also support for ~/.bash_profile? 👍
Here are the lines of code mentioned above:
install.sh:64