0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +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 feat(fossil): add completion for fossil add (#8564) 2021-12-28 19:04:45 +01:00
fossil.plugin.zsh refactor(fossil): use fossil branch current supported since v2.7 (#11138) 2022-10-14 20:15:50 +02: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)