home: pager: use XDG-compliant history location
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
83268e7db6
commit
76edeffdc7
|
@ -14,6 +14,8 @@ in
|
||||||
PAGER = "less";
|
PAGER = "less";
|
||||||
# Clear the screen on start and exit
|
# Clear the screen on start and exit
|
||||||
LESS = "-R -+X -c";
|
LESS = "-R -+X -c";
|
||||||
|
# Better XDG compliance
|
||||||
|
LESSHISTFILE = "${config.xdg.dataHome}/less/history";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue