sfertman/dn

Add command to disable/enable aliases

sfertman opened this issue · 0 comments

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