replace tree with eza --tree
This commit is contained in:
parent
91ce29684e
commit
af09f6b15f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
skim
|
skim
|
||||||
tealdeer
|
tealdeer
|
||||||
tree
|
|
||||||
vivid
|
vivid
|
||||||
zoxide
|
zoxide
|
||||||
];
|
];
|
||||||
|
|
@ -33,6 +32,7 @@
|
||||||
h = "hx";
|
h = "hx";
|
||||||
g = "git";
|
g = "git";
|
||||||
cd = "z";
|
cd = "z";
|
||||||
|
tree = "eza --tree";
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
"..." = "cd ../..";
|
"..." = "cd ../..";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue