summaryrefslogtreecommitdiff
path: root/completions/pgrep
diff options
context:
space:
mode:
Diffstat (limited to 'completions/pgrep')
-rw-r--r--completions/pgrep8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/pgrep b/completions/pgrep
index 3c329ba2..9e66fb95 100644
--- a/completions/pgrep
+++ b/completions/pgrep
@@ -1,4 +1,4 @@
-# pgrep(1) completion.
+# pgrep(1) completion -*- shell-script -*-
_pgrep()
{
@@ -35,10 +35,4 @@ complete -F _pgrep pgrep
# Linux pidof(8) completion.
[[ $OSTYPE == *linux* ]] && complete -F _pgrep pidof
-# 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