aboutsummaryrefslogblamecommitdiff
path: root/bash/bash_completion.d/sed.bash
blob: 3137412e0d681dbb1381bd30ff843cdcb468b552 (plain) (tree)
1
2
3
4
5
                                                     
                                                 
                                                          
  
                                            
# Completion for sed(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 sed