mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
fix(zsh): must 'compinit' before 'compdef'
This commit is contained in:
@@ -312,6 +312,7 @@ webi_shell_init() { (
|
||||
echo ' _describe -t commands "command" completions && ret=0'
|
||||
echo '}'
|
||||
echo ''
|
||||
echo 'autoload -Uz compinit && compinit'
|
||||
echo 'compdef _webi webi'
|
||||
}
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user