summaryrefslogtreecommitdiff
path: root/shell-completion/zsh/_kernel-install
diff options
context:
space:
mode:
Diffstat (limited to 'shell-completion/zsh/_kernel-install')
-rw-r--r--shell-completion/zsh/_kernel-install4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell-completion/zsh/_kernel-install b/shell-completion/zsh/_kernel-install
index 14793c2f3f..4b5dd89d43 100644
--- a/shell-completion/zsh/_kernel-install
+++ b/shell-completion/zsh/_kernel-install
@@ -1,4 +1,4 @@
-#compdef kernel-install
+#compdef kernel-install -*- shell-script -*-
# SPDX-License-Identifier: LGPL-2.1+
(( $+functions[_kernel-install_images] )) ||
@@ -25,5 +25,3 @@ _arguments \
'1::add or remove:(add remove)' \
'2::kernel versions:_kernel-install_kernels' \
'3::kernel images:_kernel-install_images'
-
-#vim: set ft=zsh sw=4 ts=4 et