summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2014-03-22 13:32:19 -0700
committerRobby Russell <robby@planetargon.com>2014-03-22 13:32:19 -0700
commit73fd0669c024d37b22b144fcb119b078c89a57fc (patch)
tree1e94484d0d89b67cbdc2dd21d36c8d1cf08a5e42 /plugins
parentd9683974fed169df0d0cf4d2231cb011f17b775e (diff)
parent610655e827e5f4e5d081b9b0cd78129751eab272 (diff)
downloadzsh-73fd0669c024d37b22b144fcb119b078c89a57fc.tar.gz
zsh-73fd0669c024d37b22b144fcb119b078c89a57fc.tar.bz2
zsh-73fd0669c024d37b22b144fcb119b078c89a57fc.zip
Merge pull request #2638 from miguelfrde/irb
Add irb to the list of bundled commands
Diffstat (limited to 'plugins')
-rw-r--r--plugins/bundler/bundler.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh
index df30ed7c7..e4b03e7b0 100644
--- a/plugins/bundler/bundler.plugin.zsh
+++ b/plugins/bundler/bundler.plugin.zsh
@@ -6,7 +6,7 @@ alias bu="bundle update"
# The following is based on https://github.com/gma/bundler-exec
-bundled_commands=(annotate berks cap capify cucumber foodcritic foreman guard jekyll kitchen knife mailcatcher middleman nanoc rackup rainbows rake rspec ruby shotgun spec spin spork strainer tailor taps thin thor unicorn unicorn_rails puma)
+bundled_commands=(annotate berks cap capify cucumber foodcritic foreman guard irb jekyll kitchen knife mailcatcher middleman nanoc puma rackup rainbows rake rspec ruby shotgun spec spin spork strainer tailor taps thin thor unicorn unicorn_rails)
# Remove $UNBUNDLED_COMMANDS from the bundled_commands list
for cmd in $UNBUNDLED_COMMANDS; do