From 255a72f0c6c35624016b261f238ffeba8d13bcf8 Mon Sep 17 00:00:00 2001 From: Lilly Date: Wed, 7 Jan 2026 08:16:29 +0000 Subject: [PATCH] Auto-commit: 2026-01-07 08:16:29 --- home/terminal/zoxide.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/terminal/zoxide.nix b/home/terminal/zoxide.nix index 6f975ed..3043275 100644 --- a/home/terminal/zoxide.nix +++ b/home/terminal/zoxide.nix @@ -4,6 +4,7 @@ enable = true; enableZshIntegration = true; enableBashIntegration = true; + enableFishIntegration = true; options = [ "--cmd cd" ];