mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	feat(autoenv): add path for Apple Silicon Homebrew (#10749)
This commit is contained in:
		
							parent
							
								
									511ed65408
								
							
						
					
					
						commit
						eaa6024421
					
				@ -13,6 +13,7 @@ if ! type autoenv_init >/dev/null; then
 | 
			
		||||
      ~/.autoenv
 | 
			
		||||
      ~/.local/bin
 | 
			
		||||
      /usr/local/opt/autoenv
 | 
			
		||||
      /opt/homebrew/opt/autoenv
 | 
			
		||||
      /usr/local/bin
 | 
			
		||||
      /usr/share/autoenv-git
 | 
			
		||||
      ~/Library/Python/bin
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user