Browse code

Add bundler plugin with aliases.

Myron Marston authored on 15/02/2011 at 19:27:25
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"