aboutsummaryrefslogblamecommitdiff
path: root/bash/bash_completion.d/grep.bash
blob: 86c191cb73b525422a97bb63f8de1b9bf06ce226 (plain) (tree)
1
2
3
4



                                                          
# Completion for grep(1) with files that look editable
declare -F _text_filenames >/dev/null ||
    source "$HOME"/.bash_completion.d/_text_filenames.bash
complete -F _text_filenames -o filenames grep