From 69cb2f319357529ecede93749efc405e45163177 Mon Sep 17 00:00:00 2001 From: Mario Fernandez Date: Sun, 15 Jan 2012 13:52:21 +0100 Subject: [PATCH] Add output message to commands modified to run automatically through bundler --- plugins/bundler/bundler.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh index 55564a252..b871fe1b0 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -29,6 +29,7 @@ _within-bundled-project() { _run-with-bundler() { if _bundler-installed && _within-bundled-project; then + echo "Running command with 'bundle exec'" bundle exec $@ else $@