1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 00:40:07 +00:00

add gem push alias

This commit is contained in:
Josh Burns 2014-02-28 01:26:54 +11:00
parent f139401485
commit da573f6356

View file

@ -1 +1,2 @@
alias gb="gem build *.gemspec"
alias gemb="gem build *.gemspec"
alias gemp="gem push *.gem"