]> arthur.barton.de Git - ax-zsh.git/blob - plugins/homebrew/homebrew.zprofile
Rework FPATH and completion system
[ax-zsh.git] / plugins / homebrew / homebrew.zprofile
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # homebrew.zprofile -- Setup Homebrew Package Manager
3
4 # Make sure that "brew(1)" is installed
5 (( $+commands[brew] )) || return
6
7 [[ -d "/usr/local/share/zsh-completions" ]] \
8         && axzsh_fpath=(/usr/local/share/zsh-completions $axzsh_fpath)