From f63f754e4dec54e5c19880ccf306a66cc283ec1d Mon Sep 17 00:00:00 2001 From: Ashutosh Jadhav <31470393+ashutoshjv661@users.noreply.github.com> Date: Sun, 23 Oct 2022 19:16:18 +0530 Subject: [PATCH] NVM alias command added --- CheatSheets/nvm-cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CheatSheets/nvm-cheatsheet.md b/CheatSheets/nvm-cheatsheet.md index 2a8ea5e..56b53be 100644 --- a/CheatSheets/nvm-cheatsheet.md +++ b/CheatSheets/nvm-cheatsheet.md @@ -17,6 +17,7 @@ | `nvm which ` | Shows path to the given Node version| | `nvm current` | Shows what is the currently used Node version| | `nvm alias default ` | Sets the default Node version to the given version| +| `nvm unalias ` | Deletes the alias named | | `nvm --help` | Shows NVM help documents. | | `nvm exec node app.js`| Run Node app.js with the PATH pointing to given node version| | `nvm set-colors cgYmW` | Set text colors to cyan, green, bold yellow, magenta, and white|