summaryrefslogtreecommitdiff
path: root/dot
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-06-27 07:23:29 -0400
committerAndrew Cady <d@jerkface.net>2018-06-27 07:23:29 -0400
commit9938e90e3452195f407243bc76cf6dee56916392 (patch)
treefdc5907aea830e21dd03f7497a5dc412e970bfc1 /dot
parent1fdbd637984291339a33461dbf669e5275e4cd8b (diff)
bashrc: check for dbus-launch
Diffstat (limited to 'dot')
-rw-r--r--dot/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/bashrc b/dot/bashrc
index cd073db..510516c 100644
--- a/dot/bashrc
+++ b/dot/bashrc
@@ -64,7 +64,7 @@ memoize_retval()
64# add_stack_binpath 64# add_stack_binpath
65# fi 65# fi
66 66
67 if have dbus-autolaunch; then 67 if have dbus-autolaunch && have dbus-launch; then
68 eval $(dbus-autolaunch) 68 eval $(dbus-autolaunch)
69 fi 69 fi
70 70