ohmyzsh/plugins/fossil
Warren Young 656bb18799 Reduced unnecessary space in Fossil plugin prompt
The prior version was way too opinionated, adding space between each element of the prompt string, unlike common Git prompt strings.  If the user wants more space, they can override our public variables to suit.  The inverse argument doesn't hold: it's easy to add space to existing variables, but not as easy to remove it after the fact.

As part of this, changed the branch name from red to blue (matching the preceding part of the prompt) so the red "X" added to indicate a dirty branch doesn't get lost in the branch name.
2022-08-30 00:49:05 -06:00
..
_fossil feat(fossil): add completion for fossil add (#8564) 2021-12-28 19:04:45 +01:00
fossil.plugin.zsh Reduced unnecessary space in Fossil plugin prompt 2022-08-30 00:49:05 -06:00
README.md Added fossil plugin. 2016-05-10 13:23:23 -03:00

Fossil Plugin

This plugin adds completion support and prompt for fossil repositories. The prompt will display the current branch and status been dirty or clean.

CONTRIBUTOR

  • Jefferson González (jgmdev)