summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2015-11-20 18:05:21 +0100
committerMarc Cornellà <marc.cornella@live.com>2015-11-20 18:05:21 +0100
commit7627004a2f06142c6c7a6fc17ab1188fab5bcea7 (patch)
tree1b179bcd228f1ae9d0ef291c75d57872da079776 /plugins
parent5289edcee58c6fe5e09ca600aaab1999ceeed945 (diff)
parentbee79f0871e0a317bc78d440d070c4f8ab6cc32a (diff)
downloadzsh-7627004a2f06142c6c7a6fc17ab1188fab5bcea7.tar.gz
zsh-7627004a2f06142c6c7a6fc17ab1188fab5bcea7.tar.bz2
zsh-7627004a2f06142c6c7a6fc17ab1188fab5bcea7.zip
Merge pull request #4612 from stereodenis/patch-1
bundle outdated alias
Diffstat (limited to 'plugins')
-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 dfff6956e..382a1a471 100644
--- a/plugins/bundler/bundler.plugin.zsh
+++ b/plugins/bundler/bundler.plugin.zsh
@@ -2,6 +2,7 @@ alias be="bundle exec"
alias bl="bundle list"
alias bp="bundle package"
alias bo="bundle open"
+alias bout="bundle outdated"
alias bu="bundle update"
alias bi="bundle_install"
alias bcn="bundle clean"