Current Path : /home/thomas/public_html/Fox-C404/root/usr/share/zsh/4.3.11/functions/ |
Current File : /home/thomas/public_html/Fox-C404/root/usr/share/zsh/4.3.11/functions/_builtin |
#compdef builtin if (( $CURRENT > 2 )); then shift words (( CURRENT -- )) _normal else local expl _wanted commands expl 'builtin command' compadd "$@" -k builtins fi