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