Set the actual less options for systemd instead of overriding pager.
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user