feat: add zoxide

This commit is contained in:
Gerg-L 2025-05-22 20:49:22 -04:00
parent c0ca8281f3
commit 82c044d733
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -130,8 +130,10 @@
silent = true;
};
zoxide.enable = true;
zsh = {
shellAliases.cd = "z";
interactiveShellInit =
let
monitorScript = pkgs.replaceVarsWith {