1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-17 07:53:09 +01:00
Files
oh-my-zsh/plugins/bundler/bundler.plugin.zsh
Marc Cornellà 98b4801548 fix(bundler): use BUNDLE_JOBS in bi to avoid config file change
When calling `bundle install` with `--jobs=<n>`, bundle persists this
argument in `.bundle/config`. If we run `BUNDLE_JOBS=<n> bundle install`
instead, this is not persisted.

Fixes #10425
2021-11-17 13:09:25 +01:00

2.5 KiB