I downloaded nvm from the offical repos.
I am using zsh with oh-my-zsh.
After installing nvm, the console didn’t find nvm, then I read about it and found out that the source/usr/share/nvm/init-nvm.sh
needs to be before oh-my-zsh is added.
I moved it and it worked until restart.
After that i tried to see why it can’t find nvm.
Writing which nvm printed out file contents for me and doing the same in sudo resulted in the output u can see below.
sudo which nvm
which: no nvm in (/home/taff/.nvm/versions/node/v12.18.4/bin:/home/taff/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/va
r/lib/snapd/snap/bin)
Ive tried to search for similar issues, but haven’t found anything.
EDIT:
this is what my .zshrc conf looks like