1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-11 09:13:38 +02:00

zsh: set HELPDIR

This commit is contained in:
Nikita Uvarov 2017-08-23 13:06:19 +02:00 committed by Robert Helgesson
parent 7218c45443
commit 1678548353
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -112,6 +112,8 @@ in
fpath+=($p/share/zsh/site-functions $p/share/zsh/$ZSH_VERSION/functions)
done
HELPDIR="${pkgs.zsh}/share/zsh/$ZSH_VERSION/help"
${if cfg.enableCompletion then "autoload -U compinit && compinit" else ""}
${optionalString (cfg.enableAutosuggestions)
"source ${pkgs.zsh-autosuggestions}/share/zsh-autosuggestions/zsh-autosuggestions.zsh"