projects
/
zsh.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial
[zsh.git]
/
.zsh
/
15_Colors.zsh
1
# -*- mode: sh;-*-
2
3
typeset
-A
prompt_colors git_colors mail_colors correct_colors battery_colors date_colors agent_colors
4
5
correct_colors
[
error
]=
"
$color
[red];
$color
[bold]"
6
correct_colors
[
suggest
]=
"
$color
[lightblue];
$color
[bold]"
7