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:
Roger Qiu 2016-07-29 20:36:06 +10:00
parent 2fa9bd5059
commit c0ff64c2e8

View File

@ -116,6 +116,8 @@ in
done
${if cfg.enableCompletion then "autoload -U compinit && compinit" else ""}
HELPDIR="${pkgs.zsh}/share/zsh/$ZSH_VERSION/help"
'';
};