mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Merge 69cb2f3193 into 9eacd7d589
This commit is contained in:
commit
2c1954c90a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
$@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue