From 11a33eeb963416377ee34fdfb5b65b96f5c9d7f7 Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Thu, 25 Jul 2024 18:52:37 +1000 Subject: [PATCH] Add zoxide aliased as `cd` --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 42f4098..4a9ae87 100644 --- a/flake.nix +++ b/flake.nix @@ -203,6 +203,7 @@ arst = "asdf"; # Colemak home row cat = "bat"; lg = "lazygit"; + cd = "z"; }; programs.nixvim = { @@ -354,6 +355,11 @@ ]; }; + programs.zoxide = { + enable = true; + enableBashIntegration = true; + enableZshIntegration = true; + }; programs._1password-shell-plugins = { enable = true;