Install zsh completion script

This commit is contained in:
Chua Hou 2021-06-02 00:44:03 +08:00
parent 5985b8b527
commit aedb5c7301
No known key found for this signature in database
GPG Key ID: A7F9181F143648FD
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ makefiles = \
src/resolve-system-dependencies/local.mk \
scripts/local.mk \
misc/bash/local.mk \
misc/zsh/local.mk \
misc/systemd/local.mk \
misc/launchd/local.mk \
misc/upstart/local.mk \

1
misc/zsh/local.mk Normal file
View File

@ -0,0 +1 @@
$(eval $(call install-file-as, $(d)/completion.zsh, $(datarootdir)/zsh/site-functions/_nix, 0644))