1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
source ../common.sh |
||||
|
|
||||
|
# Load zsh-nvm |
||||
|
load_zsh_nvm |
||||
|
|
||||
|
# Check unwrapped nvm doesn't have revert command |
||||
|
_zsh_nvm_nvm revert && die "Unwrapped nvm already has revert command" |
||||
|
|
||||
|
# Check nvm is wrapped with our revert command |
||||
|
nvm revert || die "nvm isn't wrapped with our revert command" |
Loading…
Reference in new issue