diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2012-05-01 12:20:24 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2012-05-01 12:20:24 +0200 |
| commit | d8f14eb6542583ab012580a01d9f52192c28d817 (patch) | |
| tree | 6c035a0c97cc7e059882b098740d399ec4460710 | |
| parent | d6b6c7e9c1b571c9f83beaf8231563e71ee08178 (diff) | |
| download | dotfiles-d8f14eb6542583ab012580a01d9f52192c28d817.tar.gz dotfiles-d8f14eb6542583ab012580a01d9f52192c28d817.zip | |
Added an alias where 'be' means bundle exec
| -rw-r--r-- | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
