Slightly patched oh-my-zsh tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Zach Whitten 8d3cafca3e Add Gem README 8 years ago
..
README.md Add Gem README 8 years ago
_gem
gem.plugin.zsh

README.md

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