home: pager: use XDG-compliant history location
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2023-03-27 08:22:55 +00:00
parent 83268e7db6
commit 76edeffdc7

View file

@ -14,6 +14,8 @@ in
PAGER = "less";
# Clear the screen on start and exit
LESS = "-R -+X -c";
# Better XDG compliance
LESSHISTFILE = "${config.xdg.dataHome}/less/history";
};
};
}