diff options
author | Alexander Gronemann <ag@highcode.dk> | 2013-08-29 16:20:40 +0200 |
---|---|---|
committer | Alexander Gronemann <ag@highcode.dk> | 2013-08-29 16:20:40 +0200 |
commit | 958c847f54a0c9101b4e0bc8c29b539a42c263ad (patch) | |
tree | f6143d4a0b60466beab2a0487a468e726abc04db /plugins/bundler | |
parent | 434f3bc05c5245d7a27ab0bb1ede5b78acc370a4 (diff) | |
download | zsh-958c847f54a0c9101b4e0bc8c29b539a42c263ad.tar.gz zsh-958c847f54a0c9101b4e0bc8c29b539a42c263ad.tar.bz2 zsh-958c847f54a0c9101b4e0bc8c29b539a42c263ad.zip |
Update bundler.plugin.zsh
Added taps to bundled_commands
Diffstat (limited to 'plugins/bundler')
-rw-r--r-- | plugins/bundler/bundler.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh index c01241409..d76639f30 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -7,7 +7,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 middleman nanoc rackup rainbows rake rspec ruby shotgun spec spin spork strainer tailor thin thor unicorn unicorn_rails puma) +bundled_commands=(annotate berks cap capify cucumber foodcritic foreman guard jekyll kitchen knife middleman nanoc rackup rainbows rake rspec ruby shotgun spec spin spork strainer tailor taps thin thor unicorn unicorn_rails puma) ## Functions |