nix: switch to zoxide
Anirudh Oppiliappan x@icyphox.sh
Mon, 02 May 2022 10:03:15 +0530
2 files changed,
2 insertions(+),
2 deletions(-)
M
nix/programs/bash.nix
→
nix/programs/bash.nix
@@ -20,7 +20,7 @@ ga = "git add";
gd = "git diff --minimal"; gl = "git log --oneline --decorate --graph"; k = "kubectl"; - n = "j"; + n = "z"; }; shellOptions = [
M
nix/programs/default.nix
→
nix/programs/default.nix
@@ -29,7 +29,7 @@ enable = true;
enableFlakes = true; }; }; - autojump = { + zoxide = { enable = true; enableBashIntegration = true; };