bat: don't set as pager
This commit is contained in:
parent
d3bb3d3d15
commit
ae7c690fe1
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
programs.bat.enable = true;
|
programs.bat.enable = true;
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
"PAGER" = "bat";
|
|
||||||
"MANPAGER" = "sh -c 'col -bx | bat -l man -p'";
|
"MANPAGER" = "sh -c 'col -bx | bat -l man -p'";
|
||||||
"MANROFFOPT" = "-c";
|
"MANROFFOPT" = "-c";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue