From 4f692ca8269832e7c7ab7a85b64bc8b247b9d735 Mon Sep 17 00:00:00 2001
From: Sergey Matveev <stargrave@stargrave.org>
Date: Tue, 3 May 2022 17:53:47 +0300
Subject: [PATCH] Colourized tog

---
 zsh/.zsh/rc/010git.zsh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/zsh/.zsh/rc/010git.zsh b/zsh/.zsh/rc/010git.zsh
index a3cf59d..3749e22 100644
--- a/zsh/.zsh/rc/010git.zsh
+++ b/zsh/.zsh/rc/010git.zsh
@@ -11,3 +11,5 @@ alias Gld="git log --format=format:'%ai %Cgreen%h%Creset %s'"
 alias Gr="git remote -v"
 
 bindkey -s "OR" " git status --short\n" # F3
+
+export TOG_COLORS=1
-- 
2.50.0