From a9d2d40dbabd241354f62b57f407fb23c20d7860 Mon Sep 17 00:00:00 2001 From: Gabriel Rauter Date: Tue, 29 Nov 2016 19:00:38 +0100 Subject: [PATCH] networkctl: install zsh completion from #3062 (#4767) zsh autocompletion provided by #3062 will be installed when networkd is enabled. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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