Set the actual less options for systemd instead of overriding pager.

This commit is contained in:
2024-09-16 12:07:58 +01:00
parent 877f82dbc1
commit ecd1235339

View File

@@ -10,7 +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"; SYSTEMD_LESS = "FiM+SRwXz-4";
}; };
shellAliases = { shellAliases = {