#compdef builtin if (( $CURRENT > 2 )); then shift words (( CURRENT -- )) _normal else local expl _description expl 'builtin command' compgen "$expl[@]" -eB fi