Browse code

order aliases alphabetically

Hakan Ensari authored on 31/08/2011 at 11:51:10
Showing 1 changed files
... ...
@@ -1,8 +1,8 @@
1 1
 alias be="bundle exec"
2 2
 alias bi="bundle install"
3 3
 alias bl="bundle list"
4
-alias bu="bundle update"
5 4
 alias bp="bundle package"
5
+alias bu="bundle update"
6 6
 
7 7
 # The following is based on https://github.com/gma/bundler-exec
8 8