diff --git a/xontrib/pygitstatus/entrypoint.py b/xontrib/pygitstatus/entrypoint.py index 084222b..432a0b0 100644 --- a/xontrib/pygitstatus/entrypoint.py +++ b/xontrib/pygitstatus/entrypoint.py @@ -2,7 +2,7 @@ from xonsh.built_ins import XonshSession -from .prompt import (ahead, behind, branch, clean, repo_path, short_head, tag, untracked) +from .prompts import (ahead, behind, branch, clean, repo_path, short_head, tag, untracked) def _load_xontrib_(xsh: XonshSession, **_): diff --git a/xontrib/pygitstatus/prompt.py b/xontrib/pygitstatus/prompts.py similarity index 100% rename from xontrib/pygitstatus/prompt.py rename to xontrib/pygitstatus/prompts.py