Current Path :
/
proc
/
self
/
root
/
usr
/
share
/
zsh
/
5.0.2
/
functions
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//proc/self/root/usr/share/zsh/5.0.2/functions/_options
#autoload # This should be used to complete all option names. local expl _wanted zsh-options expl 'zsh option' \ compadd "$@" -M 'B:[nN][oO]= M:_= M:{A-Z}={a-z}' -k - options