feat(eza): use eza instead of ls
This commit is contained in:
parent
c2908e656d
commit
f19219b8ec
1 changed files with 7 additions and 0 deletions
7
home.nix
7
home.nix
|
|
@ -223,6 +223,7 @@ in {
|
||||||
vim = "hx";
|
vim = "hx";
|
||||||
vi = "hx";
|
vi = "hx";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
|
ls = "eza";
|
||||||
|
|
||||||
# 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
|
||||||
|
|
@ -418,4 +419,10 @@ in {
|
||||||
programs.bat = {
|
programs.bat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.eza = {
|
||||||
|
enable = true;
|
||||||
|
git = true;
|
||||||
|
icons = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue