prompt_library
git_prompts
compose_git_prompt(*language_sections)
Combine the git base prompt with language-specific sections.
Each language_section is appended as a paragraph after the base prompt.
Source code in src/ursa/prompt_library/git_prompts.py
18 19 20 21 22 23 24 25 26 27 28 29 | |