gem.plugin.zsh 104 Bytes
Newer Older
1
# add brew completion function to path
2
fpath=($ZSH/plugins/gem $fpath)
3
4
autoload -U compinit
compinit -i