oh-my-bash
oh-my-bash copied to clipboard
Random theme candidates (copy behavior of OMZ)
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.
I implemented it in commit 602b439. Could you check the behavior?
Could you check the behavior?