Add pip command for agcomplete

This commit is contained in:
flyingscorpio@arch-desktop 2020-07-14 23:23:19 +02:00
parent 1a64ad14c3
commit 7fd8c0d229

View file

@ -49,7 +49,10 @@ if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
source ~/.bash-git-prompt/gitprompt.sh
fi
eval "$(register-python-argcomplete schedule_timer)"
if pip show argcomplete >/dev/null 2>&1; then
eval "$(register-python-argcomplete schedule_timer)"
fi
case "$TERM" in
xterm-kitty) source <(kitty + complete setup bash);;