mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 14:57:32 +00:00
zsh: Added HELPDIR variable for interactive shells, as the help directory is distribution specific, and will be useful for using run-help
This commit is contained in:
parent
2fa9bd5059
commit
c0ff64c2e8
@ -116,6 +116,8 @@ in
|
||||
done
|
||||
|
||||
${if cfg.enableCompletion then "autoload -U compinit && compinit" else ""}
|
||||
|
||||
HELPDIR="${pkgs.zsh}/share/zsh/$ZSH_VERSION/help"
|
||||
'';
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user