1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Bat can handle man now

This commit is contained in:
RGBCube 2023-11-08 20:51:38 +03:00
parent 1c572bee6e
commit ab075579b5
No known key found for this signature in database

View file

@ -6,8 +6,8 @@
(homeConfiguration "nixos" {
programs.nushell.environmentVariables = {
MANPAGER = ''"sh -c 'col --spaces --no-backspaces | bat --plain --language man'"'';
PAGER = "'bat --plain'";
MANPAGER = "sh -c 'bat --plain --language man'";
PAGER = "sh -c 'bat --plain'";
};
programs.bat = enabled {