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:
parent
1c572bee6e
commit
ab075579b5
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue