diff options
author | Daniel Wallace <danielwallace@gtmanfred.com> | 2013-08-02 21:38:14 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-03 09:20:12 -0400 |
commit | 7eb942c4086c563ca08f1b94c974d896eedb2e64 (patch) | |
tree | 1dadfb0692d29c6b5ef29ad1a8df0bd2fcca2c53 /Makefile.am | |
parent | d267e69da42f51ed0b34b59c0e3bc988127b95a5 (diff) |
zsh completion: add _kernel-install
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1d7abfd61f..b9c283503c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -347,6 +347,7 @@ dist_zshcompletion_DATA = \ shell-completion/zsh/_systemctl \ shell-completion/zsh/_journalctl \ shell-completion/zsh/_udevadm \ + shell-completion/zsh/_kernel-install \ shell-completion/zsh/_systemd-nspawn \ shell-completion/zsh/_systemd-analyze \ shell-completion/zsh/_systemd |