schedule-timer was written wrong

This commit is contained in:
flyingscorpio@arch-desktop 2020-11-20 18:17:09 +01:00
parent 965ccccc92
commit ae1eac5a22
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
fi
if pip show argcomplete >/dev/null 2>&1; then
eval "$(register-python-argcomplete schedule_timer acnt)"
eval "$(register-python-argcomplete schedule-timer acnt)"
fi
case "$TERM" in

View file

@ -43,7 +43,7 @@ esac
if pip show argcomplete >/dev/null 2>&1; then
autoload -U bashcompinit
bashcompinit
eval "$(register-python-argcomplete schedule_timer acnt)"
eval "$(register-python-argcomplete schedule-timer acnt)"
fi
# Use vim keys in tab complete menu