diff options
Diffstat (limited to '.profile')
-rwxr-xr-x | .profile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |