Suppress `nvm_alias_command` prints
Closed this issue ยท 3 comments
Hey there, first of all thanks for the great plugin ๐
This is a minor issue, but it is a bit annoying given it happens on every new prompt.
I'm using nvim, so I've added the nvm_alias_command
to my config.fish
file to have the binaries linked to my PATH.
And this is working great, with one caveat. Once the executables are created, all subsequent terminals I open have this Ignored: ... (already exists)
prints. Is there a way to suppress those?
Tks!
I realised I could just redirect stdout to achieve that: nvm_alias_command > /dev/null
Tks anyways ๐
Hey @ttlins glad that you found a solution, but in theory you should not have this in your config.fish. You only run once and that's it.
Ah, that makes sense ๐
Obrigado ๐