Set SYSTEMD_PAGER to inherit the less options.

This commit is contained in:
2024-09-16 12:00:20 +01:00
parent 2683c03d39
commit 877f82dbc1

View File

@@ -10,6 +10,7 @@
MOSH_SERVER_NETWORK_TMOUT = 604800; MOSH_SERVER_NETWORK_TMOUT = 604800;
NOMAD_ADDR = "http://nomad.service.consul:4646"; NOMAD_ADDR = "http://nomad.service.consul:4646";
LESS = "-F -i -M -+S -R -w -X -z-4"; LESS = "-F -i -M -+S -R -w -X -z-4";
SYSTEMD_PAGER = "less";
}; };
shellAliases = { shellAliases = {