mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge branch 'refs/heads/bundler-plugin' into integration
This commit is contained in:
commit
7c1b530932
1 changed files with 5 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
alias be="bundle exec"
|
alias b="bundle"
|
||||||
alias bi="bundle install"
|
alias bi="b install --path vendor"
|
||||||
alias bu="bundle update"
|
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