Unverified Commit 3e14fdd6 authored by Emanuel Alarcón's avatar Emanuel Alarcón Committed by GitHub
Browse files

bundler: add alias for bundle check (#5000)

parent 29eddb66
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment