summaryrefslogtreecommitdiff
path: root/bash_completion.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-03-28 15:41:32 -0400
committerJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2017-04-05 22:10:03 +0200
commitf55786b7a83a1f70920616d56231bb722f2888d9 (patch)
tree5823e5335141aad00f927c62a8230806ac1a98a2 /bash_completion.in
parent8ff247de13ef9b9ff311f6eff46ba3a871984fae (diff)
downloaddevtools32-f55786b7a83a1f70920616d56231bb722f2888d9.tar.xz
Add '#!/hint/bash' headers to non-executable bash files.
This provides a cross-editor hint that the syntax of the file is Bash.
Diffstat (limited to 'bash_completion.in')
-rw-r--r--bash_completion.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash_completion.in b/bash_completion.in
index dd140fc..10dad36 100644
--- a/bash_completion.in
+++ b/bash_completion.in
@@ -1,3 +1,5 @@
+#!/hint/bash
+
_devtools_compgen() {
local i r
COMPREPLY=($(compgen -W '$*' -- "$cur"))