diff --git a/webi/webi.sh b/webi/webi.sh index fb865aa..edfab8b 100755 --- a/webi/webi.sh +++ b/webi/webi.sh @@ -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' } ;;