oh-my-bash icon indicating copy to clipboard operation
oh-my-bash copied to clipboard

Random theme candidates (copy behavior of OMZ)

Open mecampbellsoup opened this issue 9 months ago • 2 comments

Hi guys!

I really like this feature of OMZ whereby users can configure a random themes whitelist:

ZSH_THEME_RANDOM_CANDIDATES=(
  "robbyrussell"
  "agnoster"
)

This is useful in my case because e.g. only a subset of themes support/honor OMB_PROMPT_SHOW_PYTHON_VEN=true, and I want to select randomly from only those candidates that support it.

mecampbellsoup avatar Apr 17 '25 15:04 mecampbellsoup

I implemented it in commit 602b439. Could you check the behavior?

akinomyoga avatar Apr 20 '25 03:04 akinomyoga

Could you check the behavior?

akinomyoga avatar Apr 27 '25 13:04 akinomyoga