aboutsummaryrefslogblamecommitdiff
path: root/bash/bash_completion.d/awk.bash
blob: 1e01381a0ed5c206fb3875fcce8a89658f70ac6b (plain) (tree)
1
2
3
4



                                                          
# 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