From fe7f91a79717b87ce952cf20b1487fbfdd5c7c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Alarc=C3=B3n?= Date: Wed, 13 Apr 2016 15:27:54 -0300 Subject: [PATCH] issue#4999 Add alias to bundle check into bundler plugin --- plugins/bundler/bundler.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh index 382a1a47..b6daaa4b 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