diff options
author | Sébastien M-B <essembeh@gmail.com> | 2012-06-05 14:09:19 +0200 |
---|---|---|
committer | Sébastien M-B <essembeh@gmail.com> | 2012-06-05 14:09:19 +0200 |
commit | 579f33d489c8b61e77279894cd467c3207955c09 (patch) | |
tree | 4b2fa8dc5122c723c60bdfe5f33809657171d6f3 /plugins/bundler/bundler.plugin.zsh | |
parent | 741388be00fb88b7680e0faa328adf5a86e1f65f (diff) | |
parent | caa15548c107b9c31f61a67547ffab0b0cfe4934 (diff) | |
download | zsh-579f33d489c8b61e77279894cd467c3207955c09.tar.gz zsh-579f33d489c8b61e77279894cd467c3207955c09.tar.bz2 zsh-579f33d489c8b61e77279894cd467c3207955c09.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'plugins/bundler/bundler.plugin.zsh')
-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 e1f571237..2b80b76e6 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 cap capify cucumber ey foreman guard heroku middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) +bundled_commands=(annotate cap capify cucumber ey foreman guard middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) ## Functions |