mirror of https://github.com/ohmyzsh/ohmyzsh.git
Merge pull request #702 from sirech/fix-bundle-compl
Pull request #594 was not really correctpull/693/merge
commit
22b99779d9
|
@ -41,6 +41,6 @@ for cmd in $bundled_commands; do
|
||||||
alias $cmd=bundled_$cmd
|
alias $cmd=bundled_$cmd
|
||||||
|
|
||||||
if which _$cmd > /dev/null 2>&1; then
|
if which _$cmd > /dev/null 2>&1; then
|
||||||
compdef _$cmd bundled_$cmd
|
compdef _$cmd bundled_$cmd=$cmd
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue