diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2013-10-30 21:57:44 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-10-30 22:45:18 -0400 |
commit | d74ab852161d2dc4093d369495ddfa18460cfd76 (patch) | |
tree | 568870dcbcd2933d12727bfd0db46f1b74fad9a5 /Makefile.am | |
parent | e1636421f46db6d06fbd028ef20a3113fa3e11f8 (diff) |
zsh-completion: add systemd-run
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 630fb19c35..8e996735ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -344,6 +344,7 @@ dist_zshcompletion_DATA = \ shell-completion/zsh/_kernel-install \ shell-completion/zsh/_systemd-nspawn \ shell-completion/zsh/_systemd-analyze \ + shell-completion/zsh/_systemd-run \ shell-completion/zsh/_sd_hosts_or_user_at_host \ shell-completion/zsh/_systemd-delta \ shell-completion/zsh/_systemd |