tb-dotfiles/chezmoi/dot_zshrc.d/executable_homebrew.zsh
2022-08-22 20:38:28 -04:00

6 lines
134 B
Bash

if command -v brew &> /dev/null; then
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
autoload -Uz compinit
compinit
fi