zsh: made ZDOTDIR export to the shell (#4619)
This commit is contained in:
parent
8e5416b478
commit
9bc7d84b82
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue