1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

feat: add integration with zsh's run-help

This commit is contained in:
midchildan 2022-04-25 01:23:49 +09:00
parent 7f814d6d9a
commit c67d8876c3
No known key found for this signature in database
GPG key ID: A64DE57FA5963935
3 changed files with 103 additions and 0 deletions

View file

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