aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2012-05-01 12:20:24 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2012-05-01 12:20:24 +0200
commitd8f14eb6542583ab012580a01d9f52192c28d817 (patch)
tree6c035a0c97cc7e059882b098740d399ec4460710
parentd6b6c7e9c1b571c9f83beaf8231563e71ee08178 (diff)
downloaddotfiles-d8f14eb6542583ab012580a01d9f52192c28d817.tar.gz
dotfiles-d8f14eb6542583ab012580a01d9f52192c28d817.zip
Added an alias where 'be' means bundle exec
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 815ccf2..6f90928 100644
--- a/bashrc
+++ b/bashrc
@@ -36,6 +36,9 @@ export CMAKE_INCLUDE_PATH=$KDEDIR/include:$CMAKE_INCLUDE_PATH
# Load RVM into a shell session *as a function*
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
+# Alias bundle exec
+alias be='bundle exec'
+
# Including shortcuts, idea from https://github.com/fxn/dotfiles
GO_SHORTCUTS=(
home