From 0383559d2aafc8d0ccdfc47510af745071af681b Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Thu, 23 Jan 2020 10:12:30 +0300
Subject: .gitconfig_work -> .gitconfig_local

---
 %HOME%/.gitconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to '%HOME%')

diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig
index 73e2bed..07b1c3b 100644
--- a/%HOME%/.gitconfig
+++ b/%HOME%/.gitconfig
@@ -69,6 +69,6 @@
 	required = true
 
 [include]
-	# Include a file with work-specific settings (like a different [user]
-	# section under a specific directory).
-	path = ~/.gitconfig_work
+        # Include a file with computer-specific settings (like a different
+        # [user] section under a specific directory, etc.).
+	path = ~/.gitconfig_local
-- 
cgit v1.2.3