aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/awk.bash
blob: 5f121d8a457e0d064b8c4cef36e31ba95763d679 (plain) (blame)
1
2
3
4
5
# Completion for awk(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 awk