1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-10 21:29:48 +01:00

zsh: made ZDOTDIR export to the shell (#4619)

This commit is contained in:
Nova Leary 2023-10-31 18:35:15 -05:00 committed by Mikilio
parent d528eaf288
commit 5b0be3512d
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

@ -492,7 +492,7 @@ in
(mkIf (cfg.dotDir != null) {
home.file."${relToDotDir ".zshenv"}".text = ''
ZDOTDIR=${zdotdir}
export ZDOTDIR=${zdotdir}
'';
# When dotDir is set, only use ~/.zshenv to source ZDOTDIR/.zshenv,