mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
unalias
This commit is contained in:
parent
1f5d12c73c
commit
200688644a
6
test/fast/unalias_removes_file
Executable file
6
test/fast/unalias_removes_file
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo v0.1.2 > ../../alias/test
|
||||
. ../../nvm.sh
|
||||
nvm unalias test
|
||||
! [ -e ../../alias/test ]
|
Loading…
Reference in New Issue
Block a user