mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
7
plugins/gem/gem.plugin.zsh
Normal file
7
plugins/gem/gem.plugin.zsh
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user