mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Merge pull request #702 from sirech/fix-bundle-compl
Pull request #594 was not really correct
This commit is contained in:
commit
22b99779d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue