Merge pull request #17363 from MatrixAI/zsh-helpdir

zsh: Added HELPDIR variable for interactive shells
This commit is contained in:
Joachim F
2016-08-05 16:45:28 +02:00
committed by GitHub

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"
'';
};