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" '';