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