diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index 17d2e35..8c5aa7d 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -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 diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index 59d8a0d..f742332 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -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