From 5c5c213dcfd4b344e4e844f42049b3a8b80341aa Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 23 Aug 2017 00:54:37 -0500 Subject: [PATCH] .profile: Define XDG_CONFIG_HOME --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index 7929b538..62fe1dc3 100755 --- a/.profile +++ b/.profile @@ -103,3 +103,4 @@ fi # Minor configuration settings export EDITOR=$(which vim) export PATH=$PATH:$HOME/.bin:$HOME/.local/bin +export XDG_CONFIG_HOME="$HOME/.config"