diff options
Diffstat (limited to 'bashrc')
| -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 |
