diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-05 18:31:43 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-05 18:31:43 -0400 |
| commit | 4a5ccb5eba28cef1ea8b3f02110345470eaeec42 (patch) | |
| tree | 0a29877765c16f8b201cf98a11d5be6aeabf5d0d /.profile | |
| parent | 6cb9c842c6691842d1bd34e495e84e12646d4991 (diff) | |
| parent | 77ba6e73c64aebf9e4f35a217117fc3dafbde99c (diff) | |
| download | eibhear-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-- | .profile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
