mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-25 09:13:35 +01:00
chore(poetry): fix copy-paste error
This commit is contained in:
parent
00d0735704
commit
0b08b70b0c
@ -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" &|
|
||||
|
Loading…
Reference in New Issue
Block a user