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