From 6b733f8c2414efeb9db7cec6a912def4be0f0203 Mon Sep 17 00:00:00 2001 From: Michael McGuinness Date: Mon, 13 Jan 2025 12:14:41 +0000 Subject: [PATCH] Merged in bugfix/direnv (pull request #15) Direnv Init on open shell * direnvhookbash --- devbox.json | 1 + 1 file changed, 1 insertion(+) diff --git a/devbox.json b/devbox.json index c0c4d3e9..f9311b16 100644 --- a/devbox.json +++ b/devbox.json @@ -19,6 +19,7 @@ ], "shell": { "init_hook": [ + "eval \"$(direnv hook bash)\"", "echo 'Welcome to the DoczyAI devbox!'" ], "scripts": {