summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-05-07 11:20:12 +0200
committerHugues Hiegel <hugues@hiegel.fr>2010-05-07 11:20:12 +0200
commitba7837407338f5488578df323818774365360cab (patch)
treee789799ff4d6cb03b415de97d36d1aa3bbbba202 /12_Prompts.zsh
parent5cc8f25fa729659b935bc77e1f13bd5c14a993c8 (diff)
[Prompts] no more dbus homecooking
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh4
1 files changed, 1 insertions, 3 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index 6929612..21779a0 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -105,15 +105,13 @@ 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