From e7c67917b987a743bdbe5f52a962441a8465e87d Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Sun, 10 Sep 2023 07:21:43 +0200 Subject: [PATCH] Revert "Tidy up Devbox config" This reverts commit e90e3eae49706d6fee2dd935fd6d9904a7ce35df. --- devbox.json | 1 + 1 file changed, 1 insertion(+) diff --git a/devbox.json b/devbox.json index 9439941..bea7cae 100644 --- a/devbox.json +++ b/devbox.json @@ -1,6 +1,7 @@ { "packages": ["go@1.20", "golangci-lint@latest", "gotest@latest"], "shell": { + "init_hook": ["echo 'Welcome to devbox!' > /dev/null"], "scripts": { "lint": "golangci-lint run", "test": "gotest ./...",