mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	For zsh users
i use zsh and i did this update in install.sh local, is good for you too :)
This commit is contained in:
		| @@ -25,6 +25,8 @@ if [ ! -z "$1" ]; then | ||||
| else | ||||
|   if [ -f "$HOME/.bash_profile" ]; then | ||||
| 	PROFILE="$HOME/.bash_profile" | ||||
|   elif [ -f "$HOME/.zshrc" ]; then | ||||
|   	PROFILE="$HOME/.zshrc" | ||||
|   elif [ -f "$HOME/.profile" ]; then | ||||
| 	PROFILE="$HOME/.profile" | ||||
|   fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user