From 6759e561c81b8e06b9b6351de5ae9dc3ee109852 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 9 Apr 2020 16:56:47 -0400 Subject: xdg material moved to zprofile --- .profile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.profile') diff --git a/.profile b/.profile index 0a5d5ae..7c1f943 100644 --- a/.profile +++ b/.profile @@ -18,6 +18,8 @@ export STATUSBAR="${LARBSWM}blocks" eval "$(sed 's/^[^#].*/export &/g;t;d' ~/.config/user-dirs.dirs)" # ~/ Clean-up: +export XDG_CONFIG_HOME="$HOME/.config" +export XDG_DATA_HOME="$HOME/.local/share" #export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" # This line will break some DMs. export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/notmuch-config" export GTK2_RC_FILES="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-2.0/gtkrc-2.0" -- cgit v1.3.1