mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
chore(poetry): remove unnecessary unset (#10605)
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user