exa: switch to eza
This commit is contained in:
parent
d0d7d7f930
commit
49040b5be9
3 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ in {
|
|||
'';
|
||||
shellAliases = {
|
||||
rm = "trash";
|
||||
tree = "exa -T";
|
||||
tree = "eza -T";
|
||||
};
|
||||
shellAbbrs = {
|
||||
off = "shutdown now";
|
||||
|
@ -67,8 +67,8 @@ in {
|
|||
};
|
||||
programs = {
|
||||
zoxide.enable = true;
|
||||
exa.enable = true;
|
||||
exa.enableAliases = true;
|
||||
eza.enable = true;
|
||||
eza.enableAliases = true;
|
||||
direnv.enable = true;
|
||||
direnv.nix-direnv.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue