diff options
author | Hakan Ensari <hakan.ensari@papercavalier.com> | 2011-07-13 22:39:23 +0100 |
---|---|---|
committer | Hakan Ensari <hakan.ensari@papercavalier.com> | 2011-07-13 22:54:30 +0100 |
commit | 37fcd4af049ad9b755d7b1d32cf63b537da0342c (patch) | |
tree | 89e730b56a6fc5654b4420bc93446e21c049e414 | |
parent | 69d30a6302f8c7daf6ad5ecf23224074789843db (diff) | |
download | zsh-37fcd4af049ad9b755d7b1d32cf63b537da0342c.tar.gz zsh-37fcd4af049ad9b755d7b1d32cf63b537da0342c.tar.bz2 zsh-37fcd4af049ad9b755d7b1d32cf63b537da0342c.zip |
update bundled commands
-rw-r--r-- | plugins/bundler-exec/bundler-exec.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bundler-exec/bundler-exec.plugin.zsh b/plugins/bundler-exec/bundler-exec.plugin.zsh index 09f44ed5e..61829eb2c 100644 --- a/plugins/bundler-exec/bundler-exec.plugin.zsh +++ b/plugins/bundler-exec/bundler-exec.plugin.zsh @@ -1,7 +1,7 @@ # This plugin is based on https://github.com/gma/bundler-exec # modify the bundled_commands if needed -bundled_commands=(cucumber heroku rackup rails rake rspec ruby shotgun spec spork) +bundled_commands=(cap capify cucumber heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails) ## Functions |