1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00
Files
oh-my-zsh/plugins/fossil
Warren Young 033b095212 Better placement of Fossil prompt info
Instead of blindly tacking `$fossil_prompt_info` onto the end of the
prompt string and making assumptions about whether `$PROMPT` or
`$RPROMPT` are in use here, assume the user is using a theme that puts
`$git_prompt_info` in there somewhere and inject our info immediately
afterward.  The theme creator decided that's a good place for Git prompt
info, so that's a good place for Fossil prompt info, too.

This also replaces some calls out to `grep` with internal Zsh string
manipulation for less overhead.
2022-08-29 23:17:11 -06:00
..
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)