diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index 8c5aa7d..ec83bf4 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -66,7 +66,7 @@ if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then source ~/.bash-git-prompt/gitprompt.sh fi -if pip show argcomplete >/dev/null 2>&1; then +if [ -e /usr/lib/python3*/site-packages/argcomplete ] || pip show argcomplete >/dev/null 2>&1; then eval "$(register-python-argcomplete schedule-timer acnt)" fi