aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/grep.bash
blob: e9986b15a66ea019ad2a0033026c61c34cc517d7 (plain) (blame)
1
2
3
4
5
# Completion for grep(1) with files that look editable
if ! declare -F _text_filenames >/dev/null ; then
    source "$HOME"/.bash_completion.d/_text_filenames.bash
fi
complete -F _text_filenames -o filenames grep