Open jhacksworth opened 8 years ago
Sure, you can add a wiki page with details about this.
BTW you can use something like this to avoid calling grep
:
$( nvm_version="$(nvm_ls_current)"; echo ${nvm_version#none} )
I haven't tested it much though
If you're using nvm (Node Version Manager), this will show the active Node.js/io.js version:
Here's my preset, for example, where I put the node version in the
a
section:The
a
section will show virtualenv, node version, user name and, if logged in through ssh, host name.Is there a proper place to save these type of examples, maybe a wiki page?