%PDF- %PDF-
Direktori : /usr/local/share/zsh/5.8/functions/Completion/Zsh/ |
Current File : //usr/local/share/zsh/5.8/functions/Completion/Zsh/_functions |
#compdef unfunction local expl ffilt zstyle -t ":completion:${curcontext}:functions" prefix-needed && \ [[ $PREFIX != [_.]* ]] && \ ffilt='[(I)[^_.]*]' _wanted functions expl 'shell function' compadd -k "$@" - "functions$ffilt"