4 lines
105 B
Shell
4 lines
105 B
Shell
# add brew completion function to path
|
|
fpath=($ZSH/plugins/brew $fpath)
|
|
autoload -U compinit
|
|
compinit -i
|