diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-04-05 11:41:35 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-04-12 08:36:18 +0200 |
commit | c1072f6473bafa063cbf700c86524083d2857031 (patch) | |
tree | 960bf0846d610cc4337703869a8722b74c64aacb /shell-completion/zsh/_systemd | |
parent | shell-completion: use 4 space indentation too (diff) | |
download | systemd-c1072f6473bafa063cbf700c86524083d2857031.tar.xz systemd-c1072f6473bafa063cbf700c86524083d2857031.zip |
shell-completion/zsh: add -*type*- headers
Since there's no file extension, emacs and other editors do not know that this is
supposed to be in shell syntax.
Diffstat (limited to 'shell-completion/zsh/_systemd')
-rw-r--r-- | shell-completion/zsh/_systemd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_systemd b/shell-completion/zsh/_systemd index cd674a71ea..3550c15163 100644 --- a/shell-completion/zsh/_systemd +++ b/shell-completion/zsh/_systemd @@ -1,4 +1,4 @@ -#compdef systemd-cat systemd-ask-password systemd-cgls systemd-cgtop systemd-detect-virt systemd-machine-id-setup systemd-notify systemd-tty-ask-password-agent +#compdef systemd-cat systemd-ask-password systemd-cgls systemd-cgtop systemd-detect-virt systemd-machine-id-setup systemd-notify systemd-tty-ask-password-agent -*- shell-script -*- # SPDX-License-Identifier: LGPL-2.1+ local curcontext="$curcontext" state lstate line |