mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +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"'';
|
||||
};
|
||||
|
||||
programs.nushell.shellAliases = {
|
||||
cat = "bat";
|
||||
less = "bat --plain";
|
||||
};
|
||||
programs.nushell.shellAliases.cat = "bat";
|
||||
|
||||
programs.bat = enabled {
|
||||
config.theme = "base16";
|
||||
themes.base16.src = pkgs.writeText "base16.tmTheme" theme.tmTheme;
|
||||
|
||||
config.pager = "less -FR";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue