mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
Remove bashcompinit calls
They are not needed, already done in lib/completion.zsh
This commit is contained in:
parent
2687d69c46
commit
048196a8ad
@ -3,6 +3,4 @@ if (( ! ${+commands[pipx]} )); then
|
||||
return
|
||||
fi
|
||||
|
||||
autoload -U bashcompinit
|
||||
bashcompinit
|
||||
eval "$(register-python-argcomplete pipx)"
|
||||
eval "$(register-python-argcomplete pipx)"
|
||||
|
Loading…
Reference in New Issue
Block a user