Prevent hang in init.zsh
This commit is contained in:
3
init.zsh
3
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
|
||||
|
||||
Reference in New Issue
Block a user