diff options
author | Andrew Cady <d@jerkface.net> | 2018-06-27 07:23:29 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2018-06-27 07:23:29 -0400 |
commit | 9938e90e3452195f407243bc76cf6dee56916392 (patch) | |
tree | fdc5907aea830e21dd03f7497a5dc412e970bfc1 /dot | |
parent | 1fdbd637984291339a33461dbf669e5275e4cd8b (diff) |
bashrc: check for dbus-launch
Diffstat (limited to 'dot')
-rw-r--r-- | dot/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||