mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	minimize number of calls to brew
				
					
				
			This commit is contained in:
		
							parent
							
								
									c4d82b1888
								
							
						
					
					
						commit
						332698fdc5
					
				| @ -10,8 +10,9 @@ fi | ||||
| 
 | ||||
| 
 | ||||
| # set homebrew installation paths | ||||
| if command -v brew &>/dev/null && [[ -d "$(brew --prefix)/share/zsh/site-functions" ]]; then | ||||
|     fpath=("$(brew --prefix)/share/zsh/site-functions" ${fpath}) | ||||
| local brew_prefix=${BREW_PREFIX:-$(brew --prefix)} | ||||
| if [[ -d "${brew_prefix}/share/zsh/site-functions" ]]; then | ||||
|     fpath=("${brew_prefix}/share/zsh/site-functions" ${fpath}) | ||||
| fi | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user