0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

chore(poetry): remove unnecessary unset (#10605)

This commit is contained in:
kronion 2022-01-21 12:52:24 -06:00 committed by GitHub
parent 675a2d9922
commit 2b492aec93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,5 +12,3 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_poetry" ]]; then
fi
poetry completions zsh >| "$ZSH_CACHE_DIR/completions/_poetry" &|
unset comp_file