This commit is contained in:
Andrij Tytar 2013-10-23 07:23:44 -07:00
commit 1aae16b5fd

View file

@ -1,4 +1,5 @@
alias be="bundle exec" alias be="bundle exec"
alias bi="bundle install"
alias bl="bundle list" alias bl="bundle list"
alias bp="bundle package" alias bp="bundle package"
alias bo="bundle open" alias bo="bundle open"
@ -10,7 +11,7 @@ then
else else
local cores_num="$(nproc)" local cores_num="$(nproc)"
fi fi
eval "alias bi='bundle install --jobs=$cores_num'" export BUNDLE_JOBS=$cores_num
# The following is based on https://github.com/gma/bundler-exec # The following is based on https://github.com/gma/bundler-exec