From bc66b138f7ee8e133126bfd2b14bb04488d4232d Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Mon, 1 Dec 2025 10:34:57 +0100 Subject: [PATCH] feat: enable zoxide on shell init :sparkles: --- nixos/fish.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/fish.nix b/nixos/fish.nix index 4606a03..a4ccf8b 100644 --- a/nixos/fish.nix +++ b/nixos/fish.nix @@ -64,6 +64,8 @@ # Set default editor set -gx EDITOR nvim set -gx VISUAL nvim + + zoxide init fish | source ''; };