]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
networkctl: install zsh completion from #3062 (#4767)
authorGabriel Rauter <rauter.gabriel@gmail.com>
Tue, 29 Nov 2016 18:00:38 +0000 (19:00 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 29 Nov 2016 18:00:38 +0000 (13:00 -0500)
zsh autocompletion provided by #3062 will be installed when networkd is
enabled.

Makefile.am

index 6c350b0ec4f8a14ba9a6867c805d4b6558f86ea5..124e1867cde2c568869c3f76e052335c13ae6c1d 100644 (file)
@@ -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