Open antgonzales opened 3 years ago
I use autojump myself (which uses j
), and haven't noticed any conflicts on bash.
I can't find any occurrence of this sed pattern in nvm.sh, and it's very unclear to me what between v0.35.3..v0.36.0 would have caused this issue (and in the 3 months since it's been released, you're the first one to have this issue).
If you're able to do git bisect
, it'd be really helpful if you could help figure out which commit introduced the issue.
Operating system and version:
macOS Catalina v10.15.7
nvm debug
output:nvm ls
output:How did you install
nvm
?curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
What steps did you perform?
Installed zsh framework zprezto for simple terminal tools and plugins.
What happened?
After installing nvm, I noticed sed was interrupted when using zprezto's fasd module. It's a terminal tool to quickly jump between directories using 'j'. Here is the output when using
v0.36.0+
:What did you expect to happen?
I expected to use the terminal tool 'j' without interruption. I had to roll back to nvm
v0.35.3
and it appears to work as expected now.Is there anything in any of your profile files that modifies the
PATH
?