Readded autojump
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;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -1,7 +1,8 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./atuin.nix
|
|
||||||
./aria2.nix
|
./aria2.nix
|
||||||
|
./atuin.nix
|
||||||
|
./autojump.nix
|
||||||
./bat.nix
|
./bat.nix
|
||||||
./bottom.nix
|
./bottom.nix
|
||||||
./common.nix
|
./common.nix
|
||||||
|
|||||||
@@ -5,6 +5,5 @@
|
|||||||
|
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
cd = "z";
|
cd = "z";
|
||||||
j = "echo 'j is deprecated, use z' && z";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user