From cc1554744c49adbe59e339804371c6eabd382c7f Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Wed, 25 Nov 2020 22:52:08 +0100 Subject: [PATCH] Put change in zshrc to bashrc --- dotfiles/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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