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
Merge branch 'master' of https://github.com/myronmarston/oh-my-zsh into myronmarston-master
Robby Russell
14 years ago
parent
4ef3bb4847
6b610d7dd8
commit
746a10368a
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"