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;
};
}

View File

@@ -2,6 +2,7 @@
imports = [ imports = [
./aria2.nix ./aria2.nix
./atuin.nix ./atuin.nix
./autojump.nix
./bat.nix ./bat.nix
./bottom.nix ./bottom.nix
./btop.nix ./btop.nix

View File

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