From 17d888cb99b2db06995f1811cd70fc474df43846 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 21 Jan 2013 16:44:49 +0400 Subject: [PATCH] unset DBUS_SESSION_BUS_ADDRESS --- constants.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants.sh b/constants.sh index e0ba07d..3c7b080 100755 --- a/constants.sh +++ b/constants.sh @@ -11,3 +11,5 @@ HISTIGNORE="&:ls:[bf]g:exit: cd \"\`*: PROMPT_COMMAND=\'*:cd \'/*" export LESS=' -R ' export PROMPT_COMMAND='history -a' [ -x /usr/bin/src/hilite-lesspipe.sh ] && export LESSOPEN="| /usr/bin/src-hilite-lesspipe.sh %s" + +unset DBUS_SESSION_BUS_ADDRESS