mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
fix(zsh): must 'compinit' before 'compdef'
This commit is contained in:
@@ -356,6 +356,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