sobolevn / sobole-zsh-theme

Minimalistic zsh theme inspired by the old-fashioned hobbies.
http://sobolevn.me/sobole-zsh-theme/
147 stars 27 forks source link

Add `hg` and `svn` statuses #5

Closed sobolevn closed 6 years ago

sobolevn commented 7 years ago

The problem now is with lacking hg_prompt_status function. It should be implemented right in the theme itself: https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/mercurial/mercurial.plugin.zsh

The same goes for svn.

Also docs should be update on how to switch hg and svn plugins on.

sobolevn commented 6 years ago

oh-my-zsh does not support it, closing. Feel free to reopen if you will implement this.