From ef09401812b09300618fd673f112fdf9657038dd Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 12 Apr 2026 16:29:55 -0700 Subject: [PATCH] Prevent hang in init.zsh --- init.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.zsh b/init.zsh index 437a595..2b08a1a 100644 --- a/init.zsh +++ b/init.zsh @@ -367,7 +367,8 @@ fi # THE FOLLOWING PLUGINS MUST COME LAST # 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 load_plugin zsh-completions