aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-02-13 00:46:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-02-13 00:46:28 +1300
commitecd693525c4185549b3609ae9e15785f05b18215 (patch)
treeee8894caaf00a1d9a2d6f7aaaa52337264632b1f /bash
parentAdd chgrp(1) completion (diff)
downloaddotfiles-ecd693525c4185549b3609ae9e15785f05b18215.tar.gz
dotfiles-ecd693525c4185549b3609ae9e15785f05b18215.zip
Correct comment in `source` completion
Diffstat (limited to 'bash')
-rw-r--r--bash/bash_completion.d/source.bash2
1 files changed, 1 insertions, 1 deletions
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