From 7ada6550073b9ec011fd8ec9cf571e55b57d1d97 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 10 Apr 2020 22:24:55 -0400 Subject: [PATCH] actually, that could cause big problems as default --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 7d1e6b5..7731d2f 100644 --- a/.profile +++ b/.profile @@ -28,7 +28,7 @@ export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc" export INPUTRC="${XDG_CONFIG_HOME:-$HOME/.config}/inputrc" export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh" #export ALSA_CONFIG_PATH="$XDG_CONFIG_HOME/alsa/asoundrc" -export GNUPGHOME="$XDG_DATA_HOME/gnupg" +#export GNUPGHOME="$XDG_DATA_HOME/gnupg" export WINEPREFIX="$XDG_DATA_HOME/wineprefixes/default" export KODI_DATA="$XDG_DATA_HOME/kodi" export PASSWORD_STORE_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/password-store"