Skip to content

Commit

Permalink
rename to prompts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Mar 28, 2024
1 parent 41104f3 commit 1ed781b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xontrib/pygitstatus/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, **_):
Expand Down
File renamed without changes.

0 comments on commit 1ed781b

Please sign in to comment.