This website works better with JavaScript
Home
Explore
Help
Sign In
HonorLee
/
ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add gem build alias
Josh Burns
11 years ago
parent
6b3c953775
commit
f139401485
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
plugins/gem/gem.plugin.zsh
+ 1
- 0
plugins/gem/gem.plugin.zsh
View File
@@ -0,0 +1 @@
+alias gb="gem build *.gemspec"