mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
alias
This commit is contained in:
parent
9454096bc6
commit
1f5d12c73c
5
test/fast/alias_creates_file
Executable file
5
test/fast/alias_creates_file
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ../../nvm.sh
|
||||
nvm alias test v0.1.2
|
||||
[ $(cat ../../alias/test) = 'v0.1.2' ]
|
Loading…
Reference in New Issue
Block a user