replace tree with eza --tree

This commit is contained in:
2025-02-25 17:50:56 +01:00
parent 91ce29684e
commit af09f6b15f

View File

@@ -12,7 +12,6 @@
ripgrep
skim
tealdeer
tree
vivid
zoxide
];
@@ -33,6 +32,7 @@
h = "hx";
g = "git";
cd = "z";
tree = "eza --tree";
".." = "cd ..";
"..." = "cd ../..";
};