dracula / tmux

🧛🏻‍♂️ Dark theme for tmux
https://draculatheme.com/tmux
MIT License
660 stars 312 forks source link

Add mercurial script #226

Closed pele1410 closed 1 year ago

pele1410 commented 1 year ago

I added support for tracking mercurial repositories similar to the existing git repository support.

set -g @dracula-plugins "hg time"

Clean repository clean

Dirty repository dirty

Tested each configuration:

set -g @dracula-hg-disable-status true
set -g @dracula-hg-show-diff-symbol "^"

hg-disable-status

set -g @dracula-hg-no-untracked-files true

no-untracked-files

set -g @dracula-hg-no-repo-message "no-hg"

hg-no-repo-message

set -g @dracula-hg-show-current-symbol "@"

hg-show-current-symbol

ethancedwards8 commented 1 year ago

Thank you for your contribution!