From d8f14eb6542583ab012580a01d9f52192c28d817 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Tue, 1 May 2012 12:20:24 +0200 Subject: Added an alias where 'be' means bundle exec --- bashrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3