diff --git a/profiles/core/default.nix b/profiles/core/default.nix index 43a08374..21f9542a 100644 --- a/profiles/core/default.nix +++ b/profiles/core/default.nix @@ -132,7 +132,7 @@ in promptInit = '' eval "$(${pkgs.starship}/bin/starship init bash)" ''; - shellInit = '' + interactiveShellInit = '' eval "$(${pkgs.direnv}/bin/direnv hook bash)" ''; };