Switch Git colour from blue to default.

This commit is contained in:
inference 2023-04-06 18:25:36 +01:00
parent ff2254ab88
commit 35d9635564
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -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