mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Update the bundler plugin to follow the "vendor everything" routine
* As described here: http://ryan.mcgeary.org/2011/02/09/vendor-everything-still-applies/
This commit is contained in:
parent
2497c57976
commit
c7c0a24804
1 changed files with 5 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
|||
alias be="bundle exec"
|
||||
alias bi="bundle install"
|
||||
alias bu="bundle update"
|
||||
alias b="bundle"
|
||||
alias bi="b install --path vendor"
|
||||
alias bu="b update"
|
||||
alias be="b exec"
|
||||
alias binit="bi && b package && echo 'vendor/ruby' >> .gitignore"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue