D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
zsh
/
5.0.2
/
functions
/
Filename :
_functions
back
Copy
#compdef unfunction local expl ffilt zstyle -t ":completion:${curcontext}:functions" prefix-needed && \ [[ $PREFIX != [_.]* ]] && \ ffilt='[(I)[^_.]*]' _wanted functions expl 'shell function' compadd -k "$@" - "functions$ffilt"