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/_users
#compdef passwd groups userdel chage chfn chsh local expl users if zstyle -a ":completion:${curcontext}:users" users users; then _wanted users expl user compadd "$@" -a - users return 0 fi _wanted users expl user compadd "$@" -k - userdirs