xxh / xxh-plugin-zsh-ohmyzsh

Oh my zsh plugin for xxh zsh
BSD 2-Clause "Simplified" License
38 stars 20 forks source link

Default omz theme conflicts with Starship prompt #7

Open kifirkin opened 1 year ago

kifirkin commented 1 year ago

It seems that when using https://github.com/izissise/xxh-plugin-prerun-starship and https://github.com/xxh/xxh-plugin-zsh-ohmyzsh at the same time, setting ZSH_THEME here https://github.com/xxh/xxh-plugin-zsh-ohmyzsh/blob/master/pluginrc.zsh#L10-L14 conflicts with starship and overwrites the promt.

Actualy I've just removed that lines and it worked, but I have no idea how to fix this properly...

For community: ⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment

anki-code commented 1 year ago

Good catch. We need to check if ZSH_THEME already exists before setting the default. PR is welcome!