aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2023-04-07 10:43:13 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2023-04-07 10:43:13 +0000
commit4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57 (patch)
tree9a98aee8345128dadb3950f109392cb44ba0d2c2 /.profile
parentd40df46b6c003ff2d574d5efc36cecebafe39f6e (diff)
downloaddotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar
dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.gz
dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.bz2
dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.lz
dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.xz
dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.zst
dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.zip
Neovim improvements
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