diff options
author | William Giokas <1007380@gmail.com> | 2013-07-31 17:11:17 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-02 10:43:52 -0400 |
commit | 30fd4d1eb13a200ebcc852d3ce28f3cb30197957 (patch) | |
tree | f543ce23a176f2961ae9d953797f0b6361355859 /Makefile.am | |
parent | a06225fcc168cc3e62edc7efcb42d94cf68f159a (diff) |
zsh_completion: Split out zsh _systemd-nspawn
Also fix the random lack of completion
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 c96c8b1b73..24e4fa4bd3 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/_systemd-nspawn \ shell-completion/zsh/_systemd dist_sysctl_DATA = \ |