1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-27 08:10:08 +00:00

Remove bashcompinit calls

They are not needed, already done in lib/completion.zsh
This commit is contained in:
Cristian Magherusan-Stanciu 2020-09-08 19:35:06 +02:00
parent 2687d69c46
commit 048196a8ad

View file

@ -3,6 +3,4 @@ if (( ! ${+commands[pipx]} )); then
return
fi
autoload -U bashcompinit
bashcompinit
eval "$(register-python-argcomplete pipx)"