mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-10-30 17:25:51 +08:00
@@ -1,5 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
|
||||
. ../../nvm.sh
|
||||
|
||||
nvm alias test v0.1.2
|
||||
[ "$(cat ../../alias/test)" = "v0.1.2" ]
|
||||
|
||||
[ "$(cat "$(nvm_alias_path)/test")" = "v0.1.2" ]
|
||||
|
||||
Reference in New Issue
Block a user