summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-09 16:56:47 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-09 16:56:47 -0400
commit6759e561c81b8e06b9b6351de5ae9dc3ee109852 (patch)
tree185a03914572cc45d68c8d50d56cba4fe541d78f /.profile
parent4814403bbf58794da3349f21e55746e50e68eab4 (diff)
downloadeibhear-6759e561c81b8e06b9b6351de5ae9dc3ee109852.tar.gz
eibhear-6759e561c81b8e06b9b6351de5ae9dc3ee109852.tar.zst
eibhear-6759e561c81b8e06b9b6351de5ae9dc3ee109852.zip
xdg material moved to zprofile
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
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"