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