[zsh] fix tea complete stall

This commit is contained in:
2026-04-08 20:44:34 +08:00
parent 9b986bc0b7
commit eb2a07e6ff
+2 -1
View File
@@ -36,5 +36,6 @@ if command -v opam &> /dev/null; then
fi
if command -v tea &> /dev/null; then
source <(tea completion zsh)
# this can only use eval, dont know why
eval $(tea completion zsh)
fi