From 40aa970c1d9e6434222042f40156c6d7509ad0e2 Mon Sep 17 00:00:00 2001 From: Hakan Ensari Date: Thu, 11 Aug 2011 12:24:01 +0100 Subject: [PATCH] add nanoc and rainbows to list of bundled commands --- plugins/bundler/bundler.plugin.zsh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh index f005700ff..efea6ccc0 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -6,7 +6,10 @@ alias bp="bundle package" # The following is based on https://github.com/gma/bundler-exec -bundled_commands=(cap capify cucumber heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails) +bundled_commands=( + cap capify cucumber heroku nanoc rackup rails rainbows rake rspec ruby + shotgun spec spork thin thor unicorn unicorn_rails +) ## Functions