ohmyzsh/plugins/gem
2018-10-04 08:56:43 -04:00
..
_gem gem plugin: added _files to install command 2014-07-16 12:27:01 +02:00
gem.plugin.zsh gem push alias and gem yank alias 2014-02-28 01:32:01 +11:00
README.md Add Gem README 2018-10-04 08:56:43 -04:00

Gem Plugin

This plugin adds completions and aliases for Gem. The completions include the common gem subcommands as well as the installed gems in the current directory.

To use it, add gem to the plugins array in your zshrc file:

plugins=(... gem)

Aliases

Alias Command
gemb gem build *.gemspec
gemp gem push *.gem
gemy gem yank $1 -v $2