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