Browse code

Merge branch 'master' of https://github.com/myronmarston/oh-my-zsh into myronmarston-master

Robby Russell authored on 22/02/2011 at 06:05:56
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
0
+alias be="bundle exec"
1
+alias bi="bundle install"
2
+alias bu="bundle update"