Override less history file

This commit is contained in:
Alexander Bantyev 2021-06-14 23:02:35 +03:00
parent aa75df67e2
commit 259149656f
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -3,6 +3,7 @@
environment.sessionVariables =
config.home-manager.users.balsoft.home.sessionVariables // rec {
LESS = "MR";
LESSHISTFILE = "~/.local/share/lesshist";
SYSTEMD_LESS = LESS;
};