# completion settings for the return/shift/times built-ins
# written by magicant
# vim: set ft=sh ts=8 sts=8 sw=8 noet:

complete -C "$1" -X -F comp/
complete -C "$1" -O --help
