Make homebrew happy on MacOS
This commit is contained in:
parent
da46f0cd8d
commit
32ebf043e3
3 changed files with 12 additions and 1 deletions
chezmoi/dot_zshrc.d
5
chezmoi/dot_zshrc.d/executable_homebrew.zsh
Normal file
5
chezmoi/dot_zshrc.d/executable_homebrew.zsh
Normal file
|
@ -0,0 +1,5 @@
|
|||
if command -v brew &> /dev/null; then
|
||||
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue