mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-03-06 10:05:24 +08:00

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