From d09305dff2c5257aea535e72702f3b4419694a61 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 22 Feb 2026 16:28:39 -0500 Subject: [PATCH] pls work --- home/modules/shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/modules/shell.nix b/home/modules/shell.nix index ec8d9ce..d15c625 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -204,6 +204,9 @@ in g = "git"; nv = "nvim"; }; + bashrcExtra = '' + [[ $- == *i* ]] || return 0 + ''; initExtra = lib.mkAfter '' [ -f "$HOME/.config/nix/config/bash/bashrc" ] && . "$HOME/.config/nix/config/bash/bashrc" '';