feat(bat): use bat as default cat
This commit is contained in:
parent
082851fa80
commit
c2908e656d
1 changed files with 5 additions and 1 deletions
6
home.nix
6
home.nix
|
|
@ -36,7 +36,6 @@ in {
|
||||||
ouch
|
ouch
|
||||||
inetutils
|
inetutils
|
||||||
fd
|
fd
|
||||||
bat
|
|
||||||
# remote working
|
# remote working
|
||||||
remmina
|
remmina
|
||||||
# communication
|
# communication
|
||||||
|
|
@ -223,6 +222,7 @@ in {
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
vim = "hx";
|
vim = "hx";
|
||||||
vi = "hx";
|
vi = "hx";
|
||||||
|
cat = "bat";
|
||||||
|
|
||||||
# progress cp
|
# progress cp
|
||||||
# https://serverfault.com/questions/43014/copying-a-large-directory-tree-locally-cp-or-rsync
|
# https://serverfault.com/questions/43014/copying-a-large-directory-tree-locally-cp-or-rsync
|
||||||
|
|
@ -414,4 +414,8 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.bat = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue