mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
bundler: add alias for bundle check (#5000)
This commit is contained in:
parent
29eddb6613
commit
3e14fdd6b4
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ alias bout="bundle outdated"
|
||||||
alias bu="bundle update"
|
alias bu="bundle update"
|
||||||
alias bi="bundle_install"
|
alias bi="bundle_install"
|
||||||
alias bcn="bundle clean"
|
alias bcn="bundle clean"
|
||||||
|
alias bck="bundle check"
|
||||||
|
|
||||||
bundled_commands=(
|
bundled_commands=(
|
||||||
annotate
|
annotate
|
||||||
|
|
Loading…
Reference in a new issue