diff --git a/fake_home/.rofi-list-git-repos.py b/fake_home/.rofi-list-git-repos.py index 07540da..879e899 100755 --- a/fake_home/.rofi-list-git-repos.py +++ b/fake_home/.rofi-list-git-repos.py @@ -41,7 +41,7 @@ def get_project_type(project) -> (str, str): return ("clion", None) if file.endswith(".csproj"): return ("rider", file) - if file.endswith("DotSettings"): + if "DotSettings" in file: # Allow .csproj to override this value ret = ("rider", None) if file.endswith(".py"):