refactor: move zoxide to shared module

This commit is contained in:
Gerg-L 2025-05-24 23:45:03 -04:00
parent 5b9d021b59
commit 7fd110798b
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 2 additions and 6 deletions

View file

@ -32,10 +32,12 @@
lx = "eza -lbhHigUmuSa@ --time-style=long-iso --git --color-scale";
lS = "eza -1";
lt = "eza --tree --level=2";
cd = "z";
};
interactiveShellInit = "fetch-rs";
};
programs.zoxide.enable = true;
programs.starship = {
enable = true;
settings = {