From 35b9016d232b9b2079a68123b067068f7ad1b518 Mon Sep 17 00:00:00 2001
From: Crony Akatsuki <crony@cronyakatsuki.xyz>
Date: Sat, 31 May 2025 18:06:46 +0200
Subject: [PATCH] feat(shell): exclude specific directories from zoxide.

---
 modules/cross-platform/home-manager/shell.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/cross-platform/home-manager/shell.nix b/modules/cross-platform/home-manager/shell.nix
index fb71a35..292ca3d 100644
--- a/modules/cross-platform/home-manager/shell.nix
+++ b/modules/cross-platform/home-manager/shell.nix
@@ -66,7 +66,7 @@
     };
 
     home.sessionVariables = {
-      _ZO_EXCLUDE_DIRS = "$HOME:$HOME/docs/share:/mnt/share";
+      _ZO_EXCLUDE_DIRS = "$HOME:$HOME/docs/share:/mnt";
     };
 
     # Install eza