fix: Mac moment
This commit is contained in:
parent
bc16666a25
commit
62940d4a4d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ fpath=(/usr/local/share/zsh-completions $fpath)
|
|||
|
||||
autoload -Uz compinit
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* && "v$(which brew)" != "v" ]]; then
|
||||
if [[ "$OSTYPE" == "darwin"* && "$(which brew)" == "brew not found" ]]; then
|
||||
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
|
||||
compinit -u # homebrew moment, not recommended but whatever
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue