Merged in bugfix/direnv (pull request #15)

Direnv Init on open shell

* direnvhookbash
This commit is contained in:
Michael McGuinness
2025-01-13 12:14:41 +00:00
parent cbd1d5f067
commit 6b733f8c24
+1
View File
@@ -19,6 +19,7 @@
],
"shell": {
"init_hook": [
"eval \"$(direnv hook bash)\"",
"echo 'Welcome to the DoczyAI devbox!'"
],
"scripts": {