From 35d9635564ad0667ff3c6b589900af15f196fbd1 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 6 Apr 2023 18:25:36 +0100 Subject: [PATCH] Switch Git colour from blue to default. --- desktop/zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/zsh/.zshrc b/desktop/zsh/.zshrc index 7ba7aed..0a23e9f 100644 --- a/desktop/zsh/.zshrc +++ b/desktop/zsh/.zshrc @@ -4,7 +4,7 @@ # Copyright 2022-2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 7.2.1.19 +# Version: 7.2.2.20 # Temporarily export variables until permanent solution is found @@ -27,7 +27,7 @@ bindkey "^[[F" end-of-line # zstyle zstyle :compinstall filename '~/.zshrc' zstyle ':completion:*' menu select -zstyle ':vcs_info:git:*' formats '%F{240}%r%f%F{27}(%b)' +zstyle ':vcs_info:git:*' formats '%r%f (%b)' zstyle ':vcs_info:*' enable git autoload -Uz compinit