feat(homeModules/cli): add alias for zoxide to cd

This commit is contained in:
Mohammad Rafiq 2025-05-20 17:23:22 +08:00
parent 812b512660
commit 7e122ec3c9
No known key found for this signature in database

View file

@ -19,6 +19,7 @@
config = lib.mkMerge [
{
programs.zoxide.enable = true;
home.shellAliases.cd = "z";
home.persistence."/persist/home/${config.snowfallorg.user.name}".directories = [
"./local/share/zoxide"
];