mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
use "./vendor/bundle/bin" instead of "./.bin" for Ruby Bundler binstubs
This commit is contained in:
@@ -3,7 +3,7 @@ alias po="powify"
|
||||
alias lu="lunchy"
|
||||
|
||||
# Bundler aliases
|
||||
alias bi="bundle install --path vendor/bundle --binstubs=.bin"
|
||||
alias bi="bundle install --path vendor/bundle --binstubs=vendor/bundle/bin"
|
||||
alias bc="bundle check"
|
||||
alias bl="bundle list"
|
||||
alias be="bundle exec"
|
||||
|
||||
Reference in New Issue
Block a user