mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Alias less to bat
This commit is contained in:
parent
c936f48f1f
commit
11db39628a
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@ homeConfiguration [ "nixos" "root" ] {
|
|||
PAGER = ''"bat --plain"'';
|
||||
};
|
||||
|
||||
programs.nushell.shellAliases.cat = "bat";
|
||||
programs.nushell.shellAliases = {
|
||||
cat = "bat";
|
||||
less = "bat --plain";
|
||||
};
|
||||
|
||||
programs.bat = enabled {
|
||||
config.theme = "gruvbox-dark";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue