mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Lets try to not vendor bundled gems relative to project
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
BUNDLE_PATH: vendor/bundle
|
# BUNDLE_PATH: vendor/bundle
|
||||||
BUNDLE_BIN: vendor/bundle/bin
|
# BUNDLE_BIN: vendor/bundle/bin
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ alias fs="foreman start"
|
|||||||
alias fr="foreman run"
|
alias fr="foreman run"
|
||||||
|
|
||||||
# Bundler aliases
|
# Bundler aliases
|
||||||
alias bi="bundle install --path vendor/bundle --binstubs=vendor/bundle/bin"
|
alias bi="bundle install"
|
||||||
alias bc="bundle check"
|
alias bc="bundle check"
|
||||||
alias bl="bundle list"
|
alias bl="bundle list"
|
||||||
alias be="bundle exec"
|
alias be="bundle exec"
|
||||||
|
|||||||
Reference in New Issue
Block a user