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