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