1
Fork 0

Fix ZDOTDIR for user hu

This commit is contained in:
caem 2024-06-09 23:04:21 +02:00
parent bb5a75e153
commit e2ae139dc1
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -11,6 +11,9 @@
];
environment.variables = {
# home.sessionVariables didn't work here for some reason
ZDOTDIR = "/home/hu/.config/zsh";
EDITOR = "nvim";
};