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