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