summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/bundler/bundler.plugin.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh
index 665cb5e43..b1fd8339b 100644
--- a/plugins/bundler/bundler.plugin.zsh
+++ b/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