sfertman / dn

Docker powered Node.js version manager
MIT License
0 stars 0 forks source link

Add command to disable/enable aliases #3

Closed sfertman closed 3 years ago

sfertman commented 3 years ago

If I have a node version installed on my system I may want to run that every once in a while. Right now the only way to gain access to the installed version is to uninstall dn. This is quite fast and easy but there should be a dedicated command for this.

# to disable dn aliases of node, npm, ...
dn off

# to enable dn aliases of node, npm, ...
dn on