This commit is contained in:
Danilo Reyes 2024-09-12 22:55:55 -06:00
parent a17d1c68f2
commit 00481a5d22

View File

@ -73,9 +73,10 @@
smartmontools # check hard drie health smartmontools # check hard drie health
]; ];
environment.variables = { environment.variables = {
HISTFILE = "$XDG_STATE_HOME/bash/history"; TEST = "AHHH";
HISTFILE = "\${XDG_STATE_HOME}/bash/history";
LESSHISTFILE = "-"; LESSHISTFILE = "-";
RIPGREP_CONFIG_PATH = "$XDG_CONFIG_HOME/ripgrep/ripgreprc"; RIPGREP_CONFIG_PATH = "\${XDG_CONFIG_HOME}/ripgrep/ripgreprc";
}; };
}; };
} }