diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-16 17:57:34 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-16 17:57:34 -0500 |
| commit | a6713863f4a422fc4e70ac7ba45d721b5994c471 (patch) | |
| tree | 355570afbfe39c945890b541c3c30644dbf04e35 /.profile | |
| parent | 1abd19cef7d4eed25220852082f82c15d45155a0 (diff) | |
fix: set dbus address in .profile
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,4 +3,5 @@ export PAGER=less export TERMINAL=foot export BROWSER=firefox export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR"/hissh-agent +export DBUS_SESSION_BUS_ADDRESS=unix:path="$XDG_RUNTIME_DIR"/bus export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:"$HOME"/bin:"$PATH" |
