mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
gem push alias and gem yank alias
This commit is contained in:
parent
da573f6356
commit
fdbf0cbe46
@ -1,2 +1,7 @@
|
||||
alias gemb="gem build *.gemspec"
|
||||
alias gemp="gem push *.gem"
|
||||
alias gemp="gem push *.gem"
|
||||
|
||||
# gemy GEM 0.0.0 = gem yank GEM -v 0.0.0
|
||||
function gemy {
|
||||
gem yank $1 -v $2
|
||||
}
|
Loading…
Reference in New Issue
Block a user