mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	fix(gcloud): add location of latest snap install (#11502)
Latest snap installs gcloud at /snap/google-cloud-cli, so add that to the list of possible locations.
This commit is contained in:
		
							parent
							
								
									8a68bf6772
								
							
						
					
					
						commit
						25368f9a65
					
				@ -10,6 +10,7 @@ if [[ -z "${CLOUDSDK_HOME}" ]]; then
 | 
			
		||||
    "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk"
 | 
			
		||||
    "/usr/share/google-cloud-sdk"
 | 
			
		||||
    "/snap/google-cloud-sdk/current"
 | 
			
		||||
    "/snap/google-cloud-cli/current"
 | 
			
		||||
    "/usr/lib/google-cloud-sdk"
 | 
			
		||||
    "/usr/lib64/google-cloud-sdk"
 | 
			
		||||
    "/opt/google-cloud-sdk"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user