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
Oh My Zsh
Commits
07c19b66
Commit
07c19b66
authored
Dec 31, 2012
by
Robby Russell
Browse files
Merge pull request #1517 from thisiskun/master
provide the unbundled commands
parents
c5ecb4e1
a09cd713
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/bundler/bundler.plugin.zsh
View file @
07c19b66
...
...
@@ -33,6 +33,7 @@ _run-with-bundler() {
## Main program
for
cmd
in
$bundled_commands
;
do
eval
"function unbundled_
$cmd
() {
$cmd
\$
@ }"
eval
"function bundled_
$cmd
() { _run-with-bundler
$cmd
\$
@}"
alias
$cmd
=
bundled_
$cmd
...
...
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