mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Replace tree with exa --tree
This commit is contained in:
@@ -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" = {
|
||||
|
Reference in New Issue
Block a user