summaryrefslogtreecommitdiff
path: root/dot
diff options
context:
space:
mode:
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