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"