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",