diff options
author | Robby Russell <robby@planetargon.com> | 2013-04-23 21:25:03 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-04-23 21:25:03 -0700 |
commit | ffc6ae937c4bd98fcfdd581c4ff9a0f2e3333bc2 (patch) | |
tree | 71ef30a60d0ca14197a4b6b3f38e3d6a02cb3660 | |
parent | dff6333b6dfeed247ef52b119f016b78d8b75323 (diff) | |
parent | ce4431a160350e4d2d384251a9471cfed493b834 (diff) | |
download | zsh-ffc6ae937c4bd98fcfdd581c4ff9a0f2e3333bc2.tar.gz zsh-ffc6ae937c4bd98fcfdd581c4ff9a0f2e3333bc2.tar.bz2 zsh-ffc6ae937c4bd98fcfdd581c4ff9a0f2e3333bc2.zip |
Spin to 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 519b8e63d..9446aafab 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 cap capify cucumber foreman guard jekyll middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails puma) +bundled_commands=(annotate cap capify cucumber foreman guard jekyll middleman nanoc rackup rainbows rake rspec ruby shotgun spec spin spork thin thor unicorn unicorn_rails puma) ## Functions |