gem.plugin.zsh 103 B

1234
  1. # add gem completion function to path
  2. fpath=($ZSH/plugins/gem $fpath)
  3. autoload -U compinit
  4. compinit -i