Prevent hang in init.zsh

This commit is contained in:
2026-04-12 16:29:55 -07:00
parent 55bf8a6f2e
commit ef09401812

View File

@@ -367,7 +367,8 @@ fi
# THE FOLLOWING PLUGINS MUST COME LAST # THE FOLLOWING PLUGINS MUST COME LAST
# Tea (Gitea CLI) completions # Tea (Gitea CLI) completions
cmd_exists tea && source <(tea completion zsh) # cmd_exists tea && source <(tea completion zsh)
cmd_exists tea && eval "$(tea completion zsh)"
# More completions # More completions
load_plugin zsh-completions load_plugin zsh-completions