diff options
-rw-r--r-- | 12_Prompts.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh index 4bd7c04..bfa55b3 100644 --- a/12_Prompts.zsh +++ b/12_Prompts.zsh @@ -103,6 +103,7 @@ update_prompt() set_prompt_date + [ "$DEBUG" = "yes" ] && echo -n " Agents..." # GPG/SSH agents AGENTS="" [ -r "${KEYCHAIN}" ] && source ${KEYCHAIN} @@ -161,6 +162,7 @@ update_prompt() AGENTS=${AGENTS:+$C_$prompt_colors[bar]$_C"-"$AGENTS} AGENTSSIZE=$(expand_text $AGENTS) AGENTSSIZE=$#AGENTSSIZE + [ "$DEBUG" = "yes" ] && echo # Mailcheck [ "$DEBUG" = "yes" ] && echo -n " Mails..." |