aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile
index 8971a9b..bfe7c25 100755
--- a/.profile
+++ b/.profile
@@ -25,12 +25,14 @@ EDITOR="$(which nvim 2> /dev/null || which vim 2> /dev/null || which nano 2> /de
GTK_THEME="Dracula"
BAT_THEME="Dracula"
TERMINAL="alacritty"
+XDG_CONFIG_HOME="$HOME/.config"
export DENO_INSTALL
export DENO_NO_UPDATE_CHECK
export DENO_NO_PROMPT
export DOTNET_CLI_TELEMETRY_OPTOUT
export NEXT_TELEMETRY_DEBUG
+export XDG_CONFIG_HOME
export GOPROXY
export EDITOR