From eb26b6b8f4dbb1275a0cf80df8e3e57ea2f6dc2f Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 23 Apr 2010 14:48:08 +0200 Subject: [Prompts] sources DBus variables --- 12_Prompts.zsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '12_Prompts.zsh') 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 -- cgit v1.2.3