dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 797c88f61c100e999edaa91200c9469d26419d65
parent 0f26f8956ed0e557ebb157fa526cc33b3440bf27
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  2 Aug 2019 22:19:19 +0100

force status colours

Diffstat:
Mgit/.gitconfig | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/git/.gitconfig b/git/.gitconfig @@ -4,3 +4,6 @@ name = pyratebeard username = pyratebeard signingkey = 0xC7877C715113A16D +[color "status"] + untracked = blue + changed = cyan