summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-02-20 15:20:16 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-02-20 15:23:04 +0100
commitf0413d746353cbb73e9fdbc027214986a7adc3f6 (patch)
tree527c465e75ac9a183fb353c9fac9c4876d7df397 /11_Colors.zsh
parent7128c6123666dba4d9e8f75fed7b753290c9ea10 (diff)
[Prompts/Agents] Add specific colors for specific ssh keys
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh3
1 files changed, 2 insertions, 1 deletions
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]"