Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
913cf532
Commit
913cf532
authored
Jul 14, 2011
by
Hakan Ensari
Browse files
refactor _run-with-bundler
parent
9e601c23
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/bundler/bundler.plugin.zsh
View file @
913cf532
...
@@ -23,12 +23,10 @@ _within-bundled-project() {
...
@@ -23,12 +23,10 @@ _within-bundled-project() {
}
}
_run-with-bundler
()
{
_run-with-bundler
()
{
local command
=
"
$1
"
shift
if
_bundler-installed
&&
_within-bundled-project
;
then
if
_bundler-installed
&&
_within-bundled-project
;
then
bundle
exec
$
command
"
$@
"
bundle
exec
$
@
else
else
$
command
"
$@
"
$
@
fi
fi
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment