feat: Ajout de krew dans $PATH si nécéssaire
This commit is contained in:
		
							
								
								
									
										5
									
								
								profile.d/krew
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								profile.d/krew
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | |||||||
|  | #!/bin/bash | ||||||
|  |  | ||||||
|  | if (command -v krew &>/dev/null); then | ||||||
|  | 	export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH" | ||||||
|  | fi | ||||||
		Reference in New Issue
	
	Block a user