mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-03 10:08:25 +00:00
fix(bundler): use new --all syntax (#13837)
This commit is contained in:
@@ -9,7 +9,7 @@ alias bl="bundle list"
|
||||
alias bo="bundle open"
|
||||
alias bout="bundle outdated"
|
||||
alias bp="bundle package"
|
||||
alias bu="bundle update"
|
||||
alias bu="bundle update --all"
|
||||
|
||||
## Gem wrapper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user