replace tree with eza --tree
This commit is contained in:
@@ -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 ../..";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user