Add acnt to argcomplete
This commit is contained in:
parent
367445110b
commit
a5e3b4e3c3
3 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,9 @@ fileignoreconfig:
|
||||||
- filename: dotfiles/bash/bash_profile
|
- filename: dotfiles/bash/bash_profile
|
||||||
ignore_detectors:
|
ignore_detectors:
|
||||||
- filename
|
- filename
|
||||||
|
- filename: dotfiles/bash/bashrc
|
||||||
|
ignore_detectors:
|
||||||
|
- filename
|
||||||
- filename: dotfiles/shell/aliases
|
- filename: dotfiles/shell/aliases
|
||||||
ignore_detectors:
|
ignore_detectors:
|
||||||
- filename
|
- filename
|
||||||
|
|
|
@ -67,7 +67,7 @@ if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if pip show argcomplete >/dev/null 2>&1; then
|
if pip show argcomplete >/dev/null 2>&1; then
|
||||||
eval "$(register-python-argcomplete schedule_timer)"
|
eval "$(register-python-argcomplete schedule_timer acnt)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$TERM" in
|
case "$TERM" in
|
||||||
|
|
|
@ -43,7 +43,7 @@ esac
|
||||||
if pip show argcomplete >/dev/null 2>&1; then
|
if pip show argcomplete >/dev/null 2>&1; then
|
||||||
autoload -U bashcompinit
|
autoload -U bashcompinit
|
||||||
bashcompinit
|
bashcompinit
|
||||||
eval "$(register-python-argcomplete schedule_timer)"
|
eval "$(register-python-argcomplete schedule_timer acnt)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Use vim keys in tab complete menu
|
# Use vim keys in tab complete menu
|
||||||
|
|
Loading…
Add table
Reference in a new issue