summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh8
1 files changed, 1 insertions, 7 deletions
diff --git a/11_Colors.zsh b/11_Colors.zsh
index 28bd0ec..73f94e2 100644
--- a/11_Colors.zsh
+++ b/11_Colors.zsh
@@ -7,12 +7,6 @@
## You are encouraged to use, modify, and redistribute
## these files with or without this notice.
##
-
-c_='['$color[none]";"
-_c=m
-C_="%{$c_"
-_C="$_c%}"
-
typeset -A prompt_colors git_colors mail_colors correct_colors
# I hate kik00l0l colorized prompts, so I'm using a way to
@@ -57,7 +51,7 @@ set_prompt_colors ()
#prompt_colors[hist]="$color[none]" # history number
prompt_colors[arob]="$color[bold];$my_generic" # <login>@<hostname>
prompt_colors[dies]="$my_generic" # the bottom-end of the prompt
- prompt_colors[doubledot]="$color[none];" # separates pwd from git-branch
+ prompt_colors[doubledot]="$color[none]" # separates pwd from git-branch
#prompt_colors[paren]="$color[cyan]" # parenthesis (around tty)
prompt_colors[bar]="$my_generic;$color[bold]" # horizontal bar
prompt_colors[braces]="$prompt_colors[bar]" # braces (around date)