summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorDennis Lee <dennis@dennislee.xyz>2020-04-07 22:03:16 -0700
committerDennis Lee <dennis@dennislee.xyz>2020-04-07 22:03:16 -0700
commit833ea05b3fc9d0c648eda40a4f84a430a12d15ad (patch)
tree46e9cf1432458d8435456c873c50360309abe541 /.profile
parentcd2a1633cf3c12f8f60cd9d05847b4b8e9e8096f (diff)
parent2d8fe0c738e84f2a202914771e7be665718d588e (diff)
downloadeibhear-833ea05b3fc9d0c648eda40a4f84a430a12d15ad.tar.gz
eibhear-833ea05b3fc9d0c648eda40a4f84a430a12d15ad.tar.zst
eibhear-833ea05b3fc9d0c648eda40a4f84a430a12d15ad.zip
Merge remote-tracking branch 'origin/master' into xdgify
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.profile b/.profile
index b62ae21..fdc94ec 100644
--- a/.profile
+++ b/.profile
@@ -14,6 +14,9 @@ export BROWSER="brave"
export READER="zathura"
export STATUSBAR="${LARBSWM}blocks"
+# Export XDG environmental variables from '~/.config/user-dirs.dirs'
+eval "$(sed 's/^[^#].*/export &/g;t;d' ~/.config/user-dirs.dirs)"
+
# ~/ Clean-up:
#export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" # This line will break some DMs.
export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch-config"