aboutsummaryrefslogtreecommitdiff
path: root/abook
Commit message (Expand)AuthorAgeFilesLines
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
* Add configuration for AbookTom Ryder2015-09-041-0/+3
# 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