Fix ZDOTDIR for user hu
This commit is contained in:
parent
bb5a75e153
commit
e2ae139dc1
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
];
|
||||
|
||||
environment.variables = {
|
||||
# home.sessionVariables didn't work here for some reason
|
||||
ZDOTDIR = "/home/hu/.config/zsh";
|
||||
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue