jimeh / tmux-themepack

A pack of various Tmux themes.
1.67k stars 203 forks source link

set -g @theme-status-right-prefix appends on reload, instead of replacing #56

Open idvorkin opened 8 months ago

idvorkin commented 8 months ago

I'm guessing I'm doing something wrong, would love guidance!

set -g @theme-status-right-prefix "Marco"

When I reload 4 times, I end up with 4 of these:

image
jamesmagoo commented 5 months ago

There's a fix in PR#55

This cleared the status bar of the prefix I accidentally put in

idvorkin commented 5 months ago

Works great!!!

NIT - Update the above instruction to be:

 git fetch origin pull/55/head:fix/duplication-on-reload

Thanks for #55