bat: don't set as pager

This commit is contained in:
Guanran Wang 2024-07-03 19:13:56 +08:00
parent d3bb3d3d15
commit ae7c690fe1
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -1,7 +1,6 @@
{
programs.bat.enable = true;
home.sessionVariables = {
"PAGER" = "bat";
"MANPAGER" = "sh -c 'col -bx | bat -l man -p'";
"MANROFFOPT" = "-c";
};