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:
parent
fc744fd73b
commit
38ff39bc78
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue