Current Path :
/
usr
/
share
/
zsh
/
5.0.2
/
functions
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/share/zsh/5.0.2/functions/_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"