summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-04-23 14:48:08 +0200
committerHugues Hiegel <hugues@hiegel.fr>2010-04-23 14:48:08 +0200
commiteb26b6b8f4dbb1275a0cf80df8e3e57ea2f6dc2f (patch)
tree65082a4c8595d19667dce628dc2481d3cae556e2 /12_Prompts.zsh
parentf6c169285142e3b02744b79bbab462536b59f4ff (diff)
[Prompts] sources DBus variables
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh4
1 files changed, 3 insertions, 1 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index 21779a0..6929612 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -105,13 +105,15 @@ update_prompt_elements()
set_prompt_date
+ # DBUS
+ [ -e ~/.dbusrc ] && source ~/.dbusrc
+
[ "$DEBUG" = "yes" ] && echo -n " Agents..."
# GPG/SSH agents
AGENTS=""
[ -r "${KEYCHAIN}" ] && source ${KEYCHAIN}
[ -r "${KEYCHAIN}-gpg" ] && source ${KEYCHAIN}-gpg
-
local _is_multibyte_compliant
if ( echo ${(k)options} | grep "multibyte" >/dev/null ) && [ "$options[multibyte]" = "on" ]
then