Fix confition in zshrc
This commit is contained in:
parent
72d05fe624
commit
bfd91fe345
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ case "$TERM" in
|
|||
xterm-kitty) kitty + complete setup zsh | source /dev/stdin
|
||||
esac
|
||||
{% if ansible_facts['distribution'] == 'Archlinux' %}
|
||||
if [ -e /usr/lib/python3*/site-packages/argcomplete ] || pip show argcomplete >/dev/null 2>&1; then
|
||||
if [[ -e /usr/lib/python3*/site-packages/argcomplete ]] || pip show argcomplete >/dev/null 2>&1; then
|
||||
autoload -U bashcompinit
|
||||
bashcompinit
|
||||
eval "$(register-python-argcomplete schedule-timer acnt)"
|
||||
|
|
Loading…
Add table
Reference in a new issue