aboutsummaryrefslogblamecommitdiff
path: root/bash/bash_completion.d/head.bash
blob: 0f4a7131de7d79996963bf771170897d98ec7ff5 (plain) (tree)
1
2
3
4
5
                                                      
                                                 
                                                          
  
                                             
# Completion for head(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 head