1
0
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:
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)"
eval "$(register-python-argcomplete pipx)"