mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
Install zsh completion script
This commit is contained in:
parent
5985b8b527
commit
aedb5c7301
1
Makefile
1
Makefile
@ -12,6 +12,7 @@ makefiles = \
|
|||||||
src/resolve-system-dependencies/local.mk \
|
src/resolve-system-dependencies/local.mk \
|
||||||
scripts/local.mk \
|
scripts/local.mk \
|
||||||
misc/bash/local.mk \
|
misc/bash/local.mk \
|
||||||
|
misc/zsh/local.mk \
|
||||||
misc/systemd/local.mk \
|
misc/systemd/local.mk \
|
||||||
misc/launchd/local.mk \
|
misc/launchd/local.mk \
|
||||||
misc/upstart/local.mk \
|
misc/upstart/local.mk \
|
||||||
|
1
misc/zsh/local.mk
Normal file
1
misc/zsh/local.mk
Normal file
@ -0,0 +1 @@
|
|||||||
|
$(eval $(call install-file-as, $(d)/completion.zsh, $(datarootdir)/zsh/site-functions/_nix, 0644))
|
Loading…
Reference in New Issue
Block a user