1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-11 00:10:08 +00:00

bundler: add alias for bundle check (#5000)

This commit is contained in:
Emanuel Alarcón 2020-05-18 06:48:44 -03:00 committed by GitHub
parent 29eddb6613
commit 3e14fdd6b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ alias bout="bundle outdated"
alias bu="bundle update"
alias bi="bundle_install"
alias bcn="bundle clean"
alias bck="bundle check"
bundled_commands=(
annotate