0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/fossil
Warren Young 34cd8fbd4a
refactor(fossil): use fossil branch current supported since v2.7 (#11138)
Using the automation-friendly "fossil branch current" feature added in
Fossil 2.7 instead of ad hoc parsing of human-readable "fossil branch"
output.  Not only does this fix a stray space in the output, it's more
robust against changes in command output in general.

Closes #11138
2022-10-14 20:15:50 +02:00
..
_fossil
fossil.plugin.zsh refactor(fossil): use fossil branch current supported since v2.7 (#11138) 2022-10-14 20:15:50 +02:00
README.md

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)