diff options
author | Hakan Ensari <hakan.ensari@papercavalier.com> | 2011-08-31 12:53:02 +0100 |
---|---|---|
committer | Hakan Ensari <hakan.ensari@papercavalier.com> | 2011-08-31 16:21:09 +0100 |
commit | ee507c90461beb06590af1c5e30bd78a62d8c4be (patch) | |
tree | d0b4228ff967750837b508fc5e7b7b06c7278ad5 /plugins/bundler/bundler.plugin.zsh | |
parent | 9c5c70dc0a2531b621ba825c2599189717694d56 (diff) | |
download | zsh-ee507c90461beb06590af1c5e30bd78a62d8c4be.tar.gz zsh-ee507c90461beb06590af1c5e30bd78a62d8c4be.tar.bz2 zsh-ee507c90461beb06590af1c5e30bd78a62d8c4be.zip |
add foreman, nanoc, and rainbows to list of bundled commands
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 17e17efd9..bd26ca312 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=(cap capify cucumber guard heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails) +bundled_commands=(cap capify cucumber foreman guard heroku nanoc rackup rails rainbows rake rspec ruby shotgun spec spork thin unicorn unicorn_rails) ## Functions |