1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00

Merge pull request #2565 from theallegedjosh/master

ruby-gems aliases
This commit is contained in:
Robby Russell
2014-03-08 08:34:50 -08:00

View File

@@ -0,0 +1,7 @@
alias gemb="gem build *.gemspec"
alias gemp="gem push *.gem"
# gemy GEM 0.0.0 = gem yank GEM -v 0.0.0
function gemy {
gem yank $1 -v $2
}