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
22b99779
Commit
22b99779
authored
Dec 26, 2011
by
Robby Russell
Browse files
Merge pull request #702 from sirech/fix-bundle-compl
Pull request #594 was not really correct
parents
2864e421
444145b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/bundler/bundler.plugin.zsh
View file @
22b99779
...
...
@@ -41,6 +41,6 @@ for cmd in $bundled_commands; do
alias
$cmd
=
bundled_
$cmd
if
which _
$cmd
>
/dev/null 2>&1
;
then
compdef _
$cmd
bundled_
$cmd
compdef _
$cmd
bundled_
$cmd
=
$cmd
fi
done
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