mirror of https://github.com/ohmyzsh/ohmyzsh.git
chore(poetry): remove unnecessary unset (#10605)
parent
675a2d9922
commit
2b492aec93
|
@ -12,5 +12,3 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_poetry" ]]; then
|
|||
fi
|
||||
|
||||
poetry completions zsh >| "$ZSH_CACHE_DIR/completions/_poetry" &|
|
||||
|
||||
unset comp_file
|
||||
|
|
Loading…
Reference in New Issue