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 bundler plugin with aliases.
Myron Marston
14 years ago
parent
01b0366f3e
commit
6b610d7dd8
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
plugins/bundler/bundler.plugin.zsh
+ 3
- 0
plugins/bundler/bundler.plugin.zsh
View File
@@ -0,0 +1,3 @@
+alias be="bundle exec"
+alias bi="bundle install"
+alias bu="bundle update"