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