mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 17:00:44 +01:00
Merge pull request #702 from sirech/fix-bundle-compl
Pull request #594 was not really correct
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user