mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Fix bat escapes
This commit is contained in:
parent
784e9c4395
commit
c28ceb50f7
1 changed files with 3 additions and 4 deletions
|
@ -6,13 +6,12 @@ homeConfiguration {
|
||||||
PAGER = ''"bat --plain"'';
|
PAGER = ''"bat --plain"'';
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.nushell.shellAliases = {
|
programs.nushell.shellAliases.cat = "bat";
|
||||||
cat = "bat";
|
|
||||||
less = "bat --plain";
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.bat = enabled {
|
programs.bat = enabled {
|
||||||
config.theme = "base16";
|
config.theme = "base16";
|
||||||
themes.base16.src = pkgs.writeText "base16.tmTheme" theme.tmTheme;
|
themes.base16.src = pkgs.writeText "base16.tmTheme" theme.tmTheme;
|
||||||
|
|
||||||
|
config.pager = "less -FR";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue