summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 4b87c78..e8b688e 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -56,3 +56,7 @@ if [[ -z "$DISPLAY" ]]; then
exec startx >~/xsession-errors 2>&1
fi
+if [[ -z "$DBUS_SESSION_BUS_ADDRESS" && -e .dbus.env ]]; then
+ source .dbus.env
+fi
+