tb-dotfiles/chezmoi/dot_zshrc.d/executable_homebrew.zsh

5 lines
124 B
Bash
Raw Normal View History

2022-08-22 20:38:28 -04:00
if command -v brew &> /dev/null; then
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
autoload -Uz compinit
fi