mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
chore(poetry): remove unnecessary unset (#10605)
This commit is contained in:
parent
675a2d9922
commit
2b492aec93
1 changed files with 0 additions and 2 deletions
|
@ -12,5 +12,3 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_poetry" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
poetry completions zsh >| "$ZSH_CACHE_DIR/completions/_poetry" &|
|
poetry completions zsh >| "$ZSH_CACHE_DIR/completions/_poetry" &|
|
||||||
|
|
||||||
unset comp_file
|
|
||||||
|
|
Loading…
Reference in a new issue