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