From f0413d746353cbb73e9fdbc027214986a7adc3f6 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Mon, 20 Feb 2012 15:20:16 +0100 Subject: [Prompts/Agents] Add specific colors for specific ssh keys --- 11_Colors.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '11_Colors.zsh') diff --git a/11_Colors.zsh b/11_Colors.zsh index 379a708..2185826 100644 --- a/11_Colors.zsh +++ b/11_Colors.zsh @@ -61,8 +61,9 @@ 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_keys]="$_prompt_colors[bold_generic]" _agent_colors[has_remote_keys]="$_prompt_colors[bold_generic]" + _agent_colors[id_dsa]="$color[bold];$color[yellow]" _gcl_colors[init]="$color[black];$color[bold]" _gcl_colors[gitdir]="$color[red];$color[bold]" -- cgit v1.2.3