summaryrefslogtreecommitdiff
path: root/plugins/gem/gem.plugin.zsh
AgeCommit message (Collapse)Author
2024-10-08fix(gem): regression with gem completion (#12735)Carlo Sala
2024-09-01chore: fix typos (#12647)Alexander Cyon
2024-07-23refactor(gem): favor built-in zsh completion for `gem` (#12576)Marc Cornellà
Completion for `gem` was included in zsh 5.5 and newer. This change only uses the Oh My Zsh one if running an older version. Reference: https://github.com/zsh-users/zsh/commit/9881778d48caf842f794d986bc9befebf0fb01c2
2014-02-28gem push alias and gem yank aliasJosh Burns
2014-02-28add gem push aliasJosh Burns
2014-02-28add gem build aliasJosh Burns
2011-04-12Optimize plugin loading so that only one call to compinit is requiredPat Regan
2011-04-08Replace redundant calls to compinit with a single call.Pat Regan
2010-12-20Fixed typoHakan Ensari
2010-10-01adapt brew,gem,pip plugin to new structureDaniel Schauenberg