Switched back to autojump from zoxide
This commit is contained in:
5
home/shell/autojump.nix
Normal file
5
home/shell/autojump.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{...}: {
|
||||
programs.autojump = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
imports = [
|
||||
./aria2.nix
|
||||
./atuin.nix
|
||||
./autojump.nix
|
||||
./bat.nix
|
||||
./bottom.nix
|
||||
./btop.nix
|
||||
|
||||
@@ -3,9 +3,6 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
j = "z";
|
||||
};
|
||||
programs.nushell.shellAliases = {
|
||||
j = "z";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user