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 $@