diff options
author | Denis <stereodenis@gmail.com> | 2015-11-16 01:33:20 +0300 |
---|---|---|
committer | Denis <stereodenis@gmail.com> | 2015-11-16 01:33:20 +0300 |
commit | bee79f0871e0a317bc78d440d070c4f8ab6cc32a (patch) | |
tree | ea690b5c6428fc8df2cdedeaeefe581798c56563 /plugins/bundler | |
parent | 135c3763ccfb07c4a5cde9a2529dfa8d6ba19b39 (diff) | |
download | zsh-bee79f0871e0a317bc78d440d070c4f8ab6cc32a.tar.gz zsh-bee79f0871e0a317bc78d440d070c4f8ab6cc32a.tar.bz2 zsh-bee79f0871e0a317bc78d440d070c4f8ab6cc32a.zip |
bundle outdated alias
Diffstat (limited to 'plugins/bundler')
-rw-r--r-- | plugins/bundler/bundler.plugin.zsh | 1 |
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" |