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",