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

View File

@@ -3,9 +3,6 @@
enable = true;
};
home.shellAliases = {
j = "z";
};
programs.nushell.shellAliases = {
j = "z";
};