Using zsh with the bullet-train theme. Messed around with Webstorm, trying to learn some basic react and didn't pay much attention to the cli prompt.
Now I see there's this trailing v10.19.0
, which is the same as the output from node --version
.
What does it stand for and how/why can I make it go away? Intuition would tell me that the shelll is now in some sort of virtualenv of the project I worked on.
After having had the same issue, one solution i found was to add below prompt order and comment out
nvm
using#
as described here github comment