Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix]
nvm install -s
: ensure additional params lack a trailing space.
Note: I believe this does not fix the underlying issue in zsh, which is that it does not split up `$ADDITIONAL_PARAMETERS` and instead passes the contents as one single argument.
- Loading branch information