Switched back to autojump from zoxide

This commit is contained in:
2024-11-07 10:58:20 -04:00
parent 94c148b5c4
commit ea88999801
3 changed files with 6 additions and 3 deletions

5
home/shell/autojump.nix Normal file
View File

@@ -0,0 +1,5 @@
{...}: {
programs.autojump = {
enable = true;
};
}