summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-09 11:52:43 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-09 11:53:58 +0100
commite9485daf5c85ca76c496fb6631176611beb3683c (patch)
tree1e0dc31a7b6291653f1b826f16022db2a3e17e2c /01_Functions.zsh
parent543b0143b2079007cdc489fdb43621f974e7c3f2 (diff)
[Prompt] Colors for SSH agent without pid
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index f781358..6a10c86 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -350,7 +350,7 @@ set_prompt_colors ()
agent_colors[empty]="$prompt_colors[soft_generic]"
agent_colors[remote_empty]="$color[bold];$color[black]"
agent_colors[has_keys]="$color[bold];$color[yellow]"
- agent_colors[has_remote_keys]="$color[bold];$color[red]"
+ agent_colors[has_remote_keys]="$prompt_colors[bold_generic]"
prompt_colors[up_to_date]="$prompt_colors[generic]" # up-to-date
prompt_colors[not_up_to_date]="$color[green];$color[bold]" # not up to date