aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rwxr-xr-x.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.profile b/.profile
index 7a92525..4b46f34 100755
--- a/.profile
+++ b/.profile
@@ -18,6 +18,8 @@ DENO_NO_PROMPT="yes"
DOTNET_CLI_TELEMETRY_OPTOUT="true"
# https://nextjs.org/telemetry
NEXT_TELEMETRY_DEBUG=1
+# https://github.com/docker/for-win/issues/13632
+DOCKER_CLI_HINTS=false
BUN_INSTALL="$HOME/.bun"
GOPROXY="direct"
@@ -37,6 +39,7 @@ export DENO_NO_UPDATE_CHECK
export DENO_NO_PROMPT
export DOTNET_CLI_TELEMETRY_OPTOUT
export NEXT_TELEMETRY_DEBUG
+export DOCKER_CLI_HINTS
export XDG_CONFIG_HOME
export XDG_CACHE_DIR
export GOPATH