1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-18 03:40:08 +00:00

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 if [[ ! -f "$ZSH_CACHE_DIR/completions/_poetry" ]]; then
typeset -g -A _comps typeset -g -A _comps
autoload -Uz _poetry autoload -Uz _poetry
_comps[gh]=_poetry _comps[poetry]=_poetry
fi fi
poetry completions zsh >| "$ZSH_CACHE_DIR/completions/_poetry" &| poetry completions zsh >| "$ZSH_CACHE_DIR/completions/_poetry" &|