mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-16 14:20:59 +01:00
Remove bashcompinit calls
They are not needed, already done in lib/completion.zsh
This commit is contained in:
@@ -3,6 +3,4 @@ if (( ! ${+commands[pipx]} )); then
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
autoload -U bashcompinit
|
|
||||||
bashcompinit
|
|
||||||
eval "$(register-python-argcomplete pipx)"
|
eval "$(register-python-argcomplete pipx)"
|
||||||
Reference in New Issue
Block a user