indynov
indynov
I'm not aware of any place that exec $SHELL wouldn't work but I could be wrong, are you aware of any? If it didn't work for all people then there...
I think it would help a lot of people out. For instance, when I first used NVM I copy/pasted the command from Github into terminal and couldn't understand why the...
I just discovered the ability to do this by Googling and I'm always learning new things, but I don't understand that. If you look at the exec command it says...
If that is the case you can drop the exec command and just write $SHELL such as `wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash && $SHELL` Now that I've thought about it...
Would it be possible to use "&& source (location of bash profile etc)" if you knew the location of it which install.sh seems to determine and put it somewhere the...
Maybe it would be a good idea to just have install.sh create it's own script such as .nvm_abc in $HOME. Then just have .bashrc etc use "source $HOME/.nvm_abc" and then...
That would be good, even if the command is much longer people just copy/paste it anyway.
If you changed the command then it wouldn't break the functionality of where it was posted and people would still be able to update the version number to get the...
I don't understand how that is useful, they will still discover later if it isn't properly sourcing which would be a major bug report and never happens unless that platform...
I don't think that would be a problem, but as an alternative in the install script you can create a file at $HOME/.shell_path and add the location of the shell...