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:
parent
00d0735704
commit
0b08b70b0c
1 changed files with 1 additions and 1 deletions
|
@ -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" &|
|
||||||
|
|
Loading…
Reference in a new issue