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 = [
|
imports = [
|
||||||
./aria2.nix
|
./aria2.nix
|
||||||
./atuin.nix
|
./atuin.nix
|
||||||
|
./autojump.nix
|
||||||
./bat.nix
|
./bat.nix
|
||||||
./bottom.nix
|
./bottom.nix
|
||||||
./btop.nix
|
./btop.nix
|
||||||
|
|||||||
@@ -3,9 +3,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.shellAliases = {
|
|
||||||
j = "z";
|
|
||||||
};
|
|
||||||
programs.nushell.shellAliases = {
|
programs.nushell.shellAliases = {
|
||||||
j = "z";
|
j = "z";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user