From ef2218f5b55cc91781e8eb096e20a4113a5218ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Da=C3=9Fler?= Date: Thu, 13 Feb 2025 00:14:31 +0100 Subject: [PATCH] Remove init hook --- src/devbox.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/devbox.json b/src/devbox.json index 95147a5..a8bbad8 100644 --- a/src/devbox.json +++ b/src/devbox.json @@ -2,9 +2,7 @@ "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json", "packages": ["gh@2.66.1"], "shell": { - "init_hook": [ - "echo 'Welcome to devbox!' > /dev/null" - ], + "init_hook": [], "scripts": { "test": [ "echo \"Ok: Simply return code 0\" && exit 0"