tb-dotfiles/chezmoi/dot_zshrc.d/executable_homebrew.zsh
2022-08-22 21:16:31 -04:00

5 lines
124 B
Bash

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