From d3f0ad14d331346088a58ccfc12dd3896a32c453 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sat, 19 Dec 2020 18:35:16 -0700 Subject: [PATCH] core: fix direnv hook --- profiles/core/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" ''; };