mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	fix(gcloud): add support for brew installations (#11772)
				
					
				
			This commit is contained in:
		
							parent
							
								
									8a6fc5c16d
								
							
						
					
					
						commit
						22e710b4e4
					
				@ -6,6 +6,7 @@
 | 
			
		||||
if [[ -z "${CLOUDSDK_HOME}" ]]; then
 | 
			
		||||
  search_locations=(
 | 
			
		||||
    "$HOME/google-cloud-sdk"
 | 
			
		||||
    "/usr/local/share/google-cloud-sdk"
 | 
			
		||||
    "/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk"
 | 
			
		||||
    "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk"
 | 
			
		||||
    "/usr/share/google-cloud-sdk"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user