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:
parent
d528eaf288
commit
5b0be3512d
1 changed files with 1 additions and 1 deletions
|
@ -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