Current Path : /home/thomas/public_html/Fox-C404/root/proc/2/cwd/usr/share/zsh/4.3.11/functions/ |
Current File : /home/thomas/public_html/Fox-C404/root/proc/2/cwd/usr/share/zsh/4.3.11/functions/_call_program |
#autoload +X local tmp if zstyle -s ":completion:${curcontext}:${1}" command tmp; then if [[ "$tmp" = -* ]]; then eval "$tmp[2,-1]" "$argv[2,-1]" else eval "$tmp" fi else eval "$argv[2,-1]" fi