Replace tree with exa --tree

This commit is contained in:
Dave Gallant
2021-11-15 08:25:55 -05:00
parent 68de2e924b
commit 129ccea7be
3 changed files with 21 additions and 22 deletions

View File

@@ -147,11 +147,12 @@ in
shellAliases = {
".." = "cd ..";
docker = "podman";
grep = "rg --smart-case";
k = "kubectl";
ls = "exa -la --git";
ps = "procs";
docker = "podman";
tree = "exa --tree";
};
"oh-my-zsh" = {