mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-12 20:31:00 +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
|
||||
fi
|
||||
|
||||
autoload -U bashcompinit
|
||||
bashcompinit
|
||||
eval "$(register-python-argcomplete pipx)"
|
||||
eval "$(register-python-argcomplete pipx)"
|
||||
|
||||
Reference in New Issue
Block a user