#compdef command if [[ CURRENT -ge 3 ]]; then compset -n 2 _normal else local expl _description expl 'external command' compadd "$expl[@]" "$@" - "${(k@)commands}" fi