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:
parent
7f814d6d9a
commit
c67d8876c3
3 changed files with 103 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue