diff options
author | Gabriel Rauter <rauter.gabriel@gmail.com> | 2016-11-29 19:00:38 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-11-29 13:00:38 -0500 |
commit | a9d2d40dbabd241354f62b57f407fb23c20d7860 (patch) | |
tree | 65f8ae5315db99186027704eb076277f443e1d2f | |
parent | e8e42b31c5a950a7b43d64f4a531ec59750e823e (diff) |
networkctl: install zsh completion from #3062 (#4767)
zsh autocompletion provided by #3062 will be installed when networkd is
enabled.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6c350b0ec4..124e1867cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5719,6 +5719,9 @@ networkctl_LDADD = \ dist_bashcompletion_data += \ shell-completion/bash/networkctl +dist_zshcompletion_data += \ + shell-completion/zsh/_networkctl + test_networkd_conf_SOURCES = \ src/network/test-networkd-conf.c |