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
commit 632f9060f1
1 changed files with 2 additions and 0 deletions

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