broken $path and $PATH if nodenv exists (#1315)
This change fixes a bug where no command can be found (e.g. `ls`) due to the $path array being set to two elements, one of them with all the previous paths separated by spaces. This makes zsh break $PATH, instead of colons there are spaces, and nothing works. The idea is to have the array be set leveraging the word splitting that we usually are told to avoid by quoting.main
parent
2794f95d3e
commit
42d9b78907
Loading…
Reference in new issue