mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
Move test NVM_DIR inside test folder
This commit is contained in:
parent
27a399a44f
commit
ac785226ed
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export test_dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
export test_dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
||||||
export repo_dir="$test_dir/.."
|
export repo_dir="$test_dir/.."
|
||||||
export NVM_DIR="$repo_dir/.nvm"
|
export NVM_DIR="$test_dir/.nvm"
|
||||||
|
|
||||||
die () {
|
die () {
|
||||||
echo $@
|
echo $@
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
rm -rf ../../.nvm
|
rm -rf ../.nvm
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
rm -rf ../../.nvm
|
rm -rf ../.nvm
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
rm -rf ../../.nvm
|
rm -rf ../.nvm
|
||||||
|
Loading…
Reference in New Issue
Block a user