1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

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

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))