mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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" {
|
(homeConfiguration "nixos" {
|
||||||
programs.nushell.environmentVariables = {
|
programs.nushell.environmentVariables = {
|
||||||
PAGER = "bat --plain";
|
PAGER = "\"bat --plain\"";
|
||||||
MANPAGER = "sh -c 'col --spaces --no-backspaces | bat --plain --language man'";
|
MANPAGER = "\"sh -c 'col --spaces --no-backspaces | bat --plain --language man'\"";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue