bundler: add alias for bundle check (#5000)

master
Emanuel Alarcón 6 years ago committed by GitHub
parent 29eddb6613
commit 3e14fdd6b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      plugins/bundler/bundler.plugin.zsh

@ -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

Loading…
Cancel
Save