chore(poetry): fix copy-paste error

This commit is contained in:
Marc Cornellà 2022-01-19 17:15:16 +01:00
parent 00d0735704
commit 0b08b70b0c
No known key found for this signature in database
GPG Key ID: 0314585E776A9C1B

View File

@ -8,7 +8,7 @@ fi
if [[ ! -f "$ZSH_CACHE_DIR/completions/_poetry" ]]; then
typeset -g -A _comps
autoload -Uz _poetry
_comps[gh]=_poetry
_comps[poetry]=_poetry
fi
poetry completions zsh >| "$ZSH_CACHE_DIR/completions/_poetry" &|