diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh index e4b03e7b0..0ad796041 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -49,6 +49,7 @@ _within-bundled-project() { _run-with-bundler() { if _bundler-installed && _within-bundled-project; then + echo "Running command with 'bundle exec'" bundle exec $@ else $@