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
4b997429
Commit
4b997429
authored
Jul 07, 2014
by
Thomas Kriechbaumer
Browse files
add BUNDLED_COMMANDS functionality to bundler plugin
parent
34bc91e7
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/bundler/bundler.plugin.zsh
View file @
4b997429
...
@@ -43,6 +43,11 @@ for cmd in $UNBUNDLED_COMMANDS; do
...
@@ -43,6 +43,11 @@ for cmd in $UNBUNDLED_COMMANDS; do
bundled_commands
=(
${
bundled_commands
#
$cmd
}
)
;
bundled_commands
=(
${
bundled_commands
#
$cmd
}
)
;
done
done
# Add $BUNDLED_COMMANDS to the bundled_commands list
for
cmd
in
$BUNDLED_COMMANDS
;
do
bundled_commands+
=(
$cmd
)
;
done
## Functions
## Functions
bundle_install
()
{
bundle_install
()
{
...
...
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