Put change in zshrc to bashrc

This commit is contained in:
flyingscorpio@arch-desktop 2020-11-25 22:52:08 +01:00
parent 4eefeaae01
commit cc1554744c

View file

@ -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