schedule-timer was written wrong
This commit is contained in:
parent
965ccccc92
commit
ae1eac5a22
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue