mirror of
				https://github.com/lukechilds/zsh-nvm.git
				synced 2025-10-30 14:46:28 +08:00 
			
		
		
		
	Move test NVM_DIR inside test folder
This commit is contained in:
		
							parent
							
								
									3ce497b489
								
							
						
					
					
						commit
						30b2ca6d16
					
				| @ -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
	 Luke Childs
						Luke Childs