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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue