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
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user