From 3a533b1f987e61f7772d9811cda5d5ac9a0494df Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 26 Sep 2025 23:20:40 -0700 Subject: [PATCH] Add tea completions --- init.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.zsh b/init.zsh index 773da0e..57680f7 100644 --- a/init.zsh +++ b/init.zsh @@ -356,6 +356,9 @@ fi # THE FOLLOWING PLUGINS MUST COME LAST +# Tea (Gitea CLI) completions +cmd_exists tea && source <(tea completion zsh) + # More completions load_plugin zsh-completions