Add pnpm initialization.
This commit is contained in:
		
							parent
							
								
									6a42a68ddf
								
							
						
					
					
						commit
						581c502670
					
				
							
								
								
									
										3
									
								
								.zshrc
								
								
								
								
							
							
						
						
									
										3
									
								
								.zshrc
								
								
								
								
							| 
						 | 
					@ -15,5 +15,8 @@ source "$HOME/.functions.zsh"
 | 
				
			||||||
export NVS_HOME="$HOME/.local/share/nvs"
 | 
					export NVS_HOME="$HOME/.local/share/nvs"
 | 
				
			||||||
source "$NVS_HOME/nvs.sh"
 | 
					source "$NVS_HOME/nvs.sh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export PNPM_HOME="$HOME/.local/share/pnpm"
 | 
				
			||||||
 | 
					export PATH="$PATH:$PNPM_HOME"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
eval "$(register-python-argcomplete pipx)"
 | 
					eval "$(register-python-argcomplete pipx)"
 | 
				
			||||||
eval "$(starship init zsh)"
 | 
					eval "$(starship init zsh)"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue