summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
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 3b7a517..8de4e29 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -233,7 +233,7 @@ set_prompt_colors ()
git_colors[cached]="$prompt_colors[to_be_commited]" # git changes in cache
git_colors[cached_and_not_up_to_date]="$prompt_colors[not_up_to_date];$color[bold]"
git_colors[not_up_to_date]="$prompt_colors[not_up_to_date];$color[normal]" # git changes in working tree
- git_colors[init_in_progress]="$color[black];$color[bold]" # initialization
+ git_colors[init_in_progress]="$color[black];$color[bold]" # initialization
git_colors[up_to_date]="$prompt_colors[up_to_date]" # git up-to-date
}