From 45b70c3fa8d548e73479567345144d68af18a906 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 11 Jul 2023 15:50:54 -0400 Subject: feat: more XDG_HOME clean up --- .xprofile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.xprofile') diff --git a/.xprofile b/.xprofile index d083fce..3cc8322 100644 --- a/.xprofile +++ b/.xprofile @@ -1,2 +1,17 @@ setxkbmap -option compose:ralt xset r rate 300 50 + +export XDG_CONFIG_HOME="$HOME/.config" +export XDG_DATA_HOME="$HOME/.local/share" +export XDG_CACHE_HOME="$HOME/.cache" + +export CARGO_HOME="$XDG_DATA_HOME/cargo" +export GOPATH="$XDG_DATA_HOME/go" +export GOMODCACHE="$XDG_CACHE_HOME/go/mod" +export ANDROID_SDK_HOME="$XDG_CONFIG_HOME/android" +export PASSWORD_STORE_DIR="$XDG_DATA_HOME/.password-store" +export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0" +export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" +export INPUTRC="$XDG_CONFIG_HOME/shell/inputrc" +export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc +export HISTFILE="$XDG_DATA_HOME"/bash/history -- cgit v1.2.3