aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2024-05-01 19:43:58 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-05-01 19:43:58 +0000
commite95a7d8f9bbc7e7fb60754ea78d8fec0c5e525d0 (patch)
tree2fbba7fc2107aa777831a44f64ad0d910fb43e9f /.profile
parent3cb8b81a00ff60b4fbce57f5aa788faf96ad31da (diff)
downloaddotfiles-e95a7d8f9bbc7e7fb60754ea78d8fec0c5e525d0.tar
dotfiles-e95a7d8f9bbc7e7fb60754ea78d8fec0c5e525d0.tar.gz
dotfiles-e95a7d8f9bbc7e7fb60754ea78d8fec0c5e525d0.tar.bz2
dotfiles-e95a7d8f9bbc7e7fb60754ea78d8fec0c5e525d0.tar.lz
dotfiles-e95a7d8f9bbc7e7fb60754ea78d8fec0c5e525d0.tar.xz
dotfiles-e95a7d8f9bbc7e7fb60754ea78d8fec0c5e525d0.tar.zst
dotfiles-e95a7d8f9bbc7e7fb60754ea78d8fec0c5e525d0.zip
small updates
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