summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-05 18:31:43 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-05 18:31:43 -0400
commit4a5ccb5eba28cef1ea8b3f02110345470eaeec42 (patch)
tree0a29877765c16f8b201cf98a11d5be6aeabf5d0d /.profile
parent6cb9c842c6691842d1bd34e495e84e12646d4991 (diff)
parent77ba6e73c64aebf9e4f35a217117fc3dafbde99c (diff)
downloadeibhear-4a5ccb5eba28cef1ea8b3f02110345470eaeec42.tar.gz
eibhear-4a5ccb5eba28cef1ea8b3f02110345470eaeec42.tar.zst
eibhear-4a5ccb5eba28cef1ea8b3f02110345470eaeec42.zip
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.profile b/.profile
index 1b5460a..890acde 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="$HOME/.config/notmuch-config"