From ecd693525c4185549b3609ae9e15785f05b18215 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 13 Feb 2017 00:46:28 +1300 Subject: Correct comment in `source` completion --- bash/bash_completion.d/source.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/bash_completion.d/source.bash b/bash/bash_completion.d/source.bash index abd468af..de608813 100644 --- a/bash/bash_completion.d/source.bash +++ b/bash/bash_completion.d/source.bash @@ -1,4 +1,4 @@ -# Completion for source(1) with files that look editable +# Completion for `source` with files that look like plain text declare -F _text_filenames >/dev/null || source "$HOME"/.bash_completion.d/_text_filenames.bash complete -F _text_filenames -o filenames source -- cgit v1.2.3