env test
This commit is contained in:
parent
a17d1c68f2
commit
00481a5d22
@ -73,9 +73,10 @@
|
||||
smartmontools # check hard drie health
|
||||
];
|
||||
environment.variables = {
|
||||
HISTFILE = "$XDG_STATE_HOME/bash/history";
|
||||
TEST = "AHHH";
|
||||
HISTFILE = "\${XDG_STATE_HOME}/bash/history";
|
||||
LESSHISTFILE = "-";
|
||||
RIPGREP_CONFIG_PATH = "$XDG_CONFIG_HOME/ripgrep/ripgreprc";
|
||||
RIPGREP_CONFIG_PATH = "\${XDG_CONFIG_HOME}/ripgrep/ripgreprc";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user