mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-10-31 01:45:50 +08:00
Add aliases to versions
Aliases are stored as plaintext files in the $NVM_DIR/alias dir.
They may store either an explicit version (v0.3.6) or an implied version
("latest"). The latter is a "moving target", and thus possibly
dangerous, but can be useful, too.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
src
|
||||
v*
|
||||
alias
|
||||
|
||||
Reference in New Issue
Block a user