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