1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +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,5 +1,10 @@
# Release X.Y (202?-??-??)
* Nix now provides better integration with zsh's run-help feature. It is now
included in the Nix installation in the form of an autoloadable shell
function, run-help-nix. It picks up Nix subcommands from the currently typed
in command and directs the user to the associated man pages.
* `nix repl` has a new build-'n-link (`:bl`) command that builds a derivation
while creating GC root symlinks.