Remove pager by default

Hopefully this should remove the pesky auto pager for stuff I don't need
it for.
This commit is contained in:
Geoffrey Frogeye 2024-09-11 00:38:02 +02:00
parent fc744fd73b
commit 38ff39bc78
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -1,9 +1,8 @@
{ pkgs, lib, config, ... }: { config, ... }:
{ {
config = { config = {
home = { home = {
sessionVariables = { sessionVariables = {
PAGER = "less";
LESSHISTFILE = "${config.xdg.stateHome}/lesshst"; LESSHISTFILE = "${config.xdg.stateHome}/lesshst";
LESS = "-R"; LESS = "-R";
LESS_TERMCAP_mb = "$(echo $'\\E[1;31m')"; # begin blink LESS_TERMCAP_mb = "$(echo $'\\E[1;31m')"; # begin blink