From d852017580b71661f9f878923a73ac4580c95b94 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 21 May 2025 16:21:10 +0200 Subject: [PATCH] feat(ymir): exclude specific dirs from zoxide. --- modules/cross-platform/home-manager/shell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/cross-platform/home-manager/shell.nix b/modules/cross-platform/home-manager/shell.nix index 4c7aadf..fb71a35 100644 --- a/modules/cross-platform/home-manager/shell.nix +++ b/modules/cross-platform/home-manager/shell.nix @@ -65,6 +65,10 @@ enableZshIntegration = true; }; + home.sessionVariables = { + _ZO_EXCLUDE_DIRS = "$HOME:$HOME/docs/share:/mnt/share"; + }; + # Install eza programs.eza = { enable = true;