mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Remove bashcompinit calls
They are not needed, already done in lib/completion.zsh
This commit is contained in:
parent
2687d69c46
commit
048196a8ad
1 changed files with 1 additions and 3 deletions
|
@ -3,6 +3,4 @@ if (( ! ${+commands[pipx]} )); then
|
|||
return
|
||||
fi
|
||||
|
||||
autoload -U bashcompinit
|
||||
bashcompinit
|
||||
eval "$(register-python-argcomplete pipx)"
|
Loading…
Reference in a new issue