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/_env
#compdef env if _pick_variant gnu=Free\ Soft unix --version; then _arguments \ '(--ignore-environment -i)'{-i,--ignore-environment}'[start with empty environment]' \ '*'{-u,--unset=}'[remove variable from the environment]:env var to remove:compadd ${(k)parameters[(R)*export*]}' \ '--help[help]' \ '--version[version]' \ '(-):command: _command_names -e' \ '*::arguments: _normal' else _precommand fi