Add pip command for agcomplete
This commit is contained in:
parent
1a64ad14c3
commit
7fd8c0d229
1 changed files with 4 additions and 1 deletions
|
@ -49,7 +49,10 @@ 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
|
||||||
eval "$(register-python-argcomplete schedule_timer)"
|
eval "$(register-python-argcomplete schedule_timer)"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
case "$TERM" in
|
case "$TERM" in
|
||||||
xterm-kitty) source <(kitty + complete setup bash);;
|
xterm-kitty) source <(kitty + complete setup bash);;
|
||||||
|
|
Loading…
Add table
Reference in a new issue