mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Add output message to commands modified to run automatically through bundler
This commit is contained in:
parent
7a41498b0d
commit
69cb2f3193
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
$@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue