Put change in zshrc to bashrc
This commit is contained in:
parent
4eefeaae01
commit
cc1554744c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
|
||||||
source ~/.bash-git-prompt/gitprompt.sh
|
source ~/.bash-git-prompt/gitprompt.sh
|
||||||
fi
|
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)"
|
eval "$(register-python-argcomplete schedule-timer acnt)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue