1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-06 00:53:23 +00:00

Add be for 'bundle exec'

This commit is contained in:
Holger Just 2011-08-31 15:00:26 +02:00
parent d4ed78f0a0
commit 8b7580568d

View File

@ -237,9 +237,9 @@ alias ciam='git ci -am'
alias got='git'
alias goit='git'
alias be="bundle exec"
alias rs="rails server -b 127.0.0.1"
alias rc="rails console"
alias ss="if [[ -x script/server ]]; then script/server -b 127.0.0.1; else rs; fi"
alias sc="if [[ -x script/console ]]; then script/console; else rc; fi"