summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh1
1 files changed, 0 insertions, 1 deletions
diff --git a/11_Colors.zsh b/11_Colors.zsh
index a610064..73f94e2 100644
--- a/11_Colors.zsh
+++ b/11_Colors.zsh
@@ -73,7 +73,6 @@ set_prompt_colors ()
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[up_to_date]="$prompt_colors[up_to_date]" # git up-to-date
- git_colors[running]="$color[magenta]" # currently running git-status..
}
set_prompt_colors