summaryrefslogtreecommitdiff
path: root/completions/route
diff options
context:
space:
mode:
Diffstat (limited to 'completions/route')
-rw-r--r--completions/route8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/route b/completions/route
index 72079e23..14fc2599 100644
--- a/completions/route
+++ b/completions/route
@@ -1,4 +1,4 @@
-# Linux route(8) completion
+# Linux route(8) completion -*- shell-script -*-
[[ $OSTYPE == *linux* ]] || return 1
@@ -27,10 +27,4 @@ _route()
} &&
complete -F _route route
-# 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