From 5e0f4cfcc064918c5f1ea0c26f291e77f231cbb4 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Mon, 22 Jan 2024 13:36:51 -0500 Subject: [PATCH] Add git/team --- fake_home/.rofi-list-git-repos.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fake_home/.rofi-list-git-repos.py b/fake_home/.rofi-list-git-repos.py index f94927c..5803184 100755 --- a/fake_home/.rofi-list-git-repos.py +++ b/fake_home/.rofi-list-git-repos.py @@ -7,6 +7,7 @@ import sys home = os.environ['HOME'] git_dirs = [ home + "/projects", + home + "/git/team", home + "/git", home + "/git/worktrees", home + "/WebStormProjects",