]> arthur.barton.de Git - ax-zsh.git/blob - plugins/homebrew/homebrew.zprofile
Don't use $HOSTNAME or call hostname(1), use $HOST instead!
[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 1
6
7 [[ -d "/usr/local/share/zsh-completions" ]] \
8         && axzsh_fpath+=(/usr/local/share/zsh-completions)
9
10 return 0