From 0a69347fa08a9edea8c4ae33d502e6223e82b789 Mon Sep 17 00:00:00 2001 From: Savil Srivastava <676452+savil@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:39:35 -0700 Subject: [PATCH] [fish] unbreak init-hook --- devbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devbox.json b/devbox.json index 15d0d0f50d5..0f16228693e 100644 --- a/devbox.json +++ b/devbox.json @@ -9,7 +9,7 @@ }, "shell": { "init_hook": [ - "unset CGO_ENABLED GO111MODULE GOARCH GOFLAGS GOMOD GOOS GOROOT GOTOOLCHAIN GOWORK" + "test -z $FISH_VERSION && unset CGO_ENABLED GO111MODULE GOARCH GOFLAGS GOMOD GOOS GOROOT GOTOOLCHAIN GOWORK" ], "scripts": { "build": "go build -o dist/devbox ./cmd/devbox",