mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Fix environment variables for bat
This commit is contained in:
parent
6e9a189d88
commit
28f0150cd1
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
(homeConfiguration "nixos" {
|
||||
programs.nushell.environmentVariables = {
|
||||
PAGER = "bat --plain";
|
||||
MANPAGER = "sh -c 'col --spaces --no-backspaces | bat --plain --language man'";
|
||||
PAGER = "\"bat --plain\"";
|
||||
MANPAGER = "\"sh -c 'col --spaces --no-backspaces | bat --plain --language man'\"";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue