shell/zsh: source .zshenv
This is in order to make environment variables work if starting zsh from a tty.
This commit is contained in:
parent
b944193615
commit
333380e4c9
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ in {
|
|||
ZSH_HIGHLIGHT_STYLES[bracket-level-5]=fg=cyan,bold
|
||||
ZSH_HIGHLIGHT_STYLES[cursor-matchingbracket]=standout
|
||||
'';
|
||||
|
||||
".zshenv".source = config.hjem.users.${username}.environment.loadEnv;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue