fixes to zoxide

This commit is contained in:
Noah Masur
2025-03-08 19:13:42 -05:00
parent cd0b7debd4
commit 97fdb76328
3 changed files with 8 additions and 1 deletions

View File

@ -18,6 +18,12 @@ in
enable = true;
enableFishIntegration = true;
enableBashIntegration = true;
options = [ "--no-cmd" ]; # Disables key mapping
};
programs.fish.shellAliases = {
cd = "__zoxide_z";
cdi = "__zoxide_zi";
};
};