summaryrefslogtreecommitdiff
path: root/completions/rfkill
diff options
context:
space:
mode:
Diffstat (limited to 'completions/rfkill')
-rw-r--r--completions/rfkill8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/rfkill b/completions/rfkill
index c03f488a..305f19d1 100644
--- a/completions/rfkill
+++ b/completions/rfkill
@@ -1,4 +1,4 @@
-# bash completion for rfkill
+# bash completion for rfkill -*- shell-script -*-
_rfkill()
{
@@ -25,10 +25,4 @@ _rfkill()
} &&
complete -F _rfkill rfkill
-# Local variables:
-# mode: shell-script
-# sh-basic-offset: 4
-# sh-indent-comment: t
-# indent-tabs-mode: nil
-# End:
# ex: ts=4 sw=4 et filetype=sh