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/_generic
#autoload if [[ -n $ZSH_TRACE_GENERIC_WIDGET ]]; then local widget=$ZSH_TRACE_GENERIC_WIDGET unset ZSH_TRACE_GENERIC_WIDGET $widget _generic return fi local curcontext="${curcontext:-}" if [[ -z "$curcontext" ]]; then curcontext="${WIDGET}:::" else curcontext="${WIDGET}:${curcontext#*:}" fi _main_complete "$@"