From 07fe1e66da622213171d6f04d5569bc6030c84ac Mon Sep 17 00:00:00 2001
From: Kutsan Kaplan <me@kutsan.dev>
Date: Sun, 28 Jan 2024 15:53:37 +0300
Subject: [PATCH] refactor(git): change work folder location

---
 .config/git/config | 2 +-
 .config/lf/lfrc    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/git/config b/.config/git/config
index 1684a161..fa3edb78 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -91,5 +91,5 @@
   insteadOf = "g:"
   pushInsteadOf = "g:"
 
-[includeIf "gitdir:~/Documents/Work/"]
+[includeIf "gitdir:~/Documents/Projects/HubX/"]
   path = work.gitconfig
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index 44e0808d..c9b21645 100644
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -39,7 +39,7 @@ map zV :set ratios 1:1:1; set preview; set info size
 map bw cd ~/Downloads
 map bd cd ~/Documents
 map bp cd ~/Documents/Projects
-map bo cd ~/Documents/Work
+map bo cd ~/Documents/Projects/HubX
 map bc cd ~/.config
 map bl cd ~/.local/share
 map ud clear