oh-my-fish / theme-bobthefish

A Powerline-style, Git-aware fish theme optimized for awesome.
MIT License
1.46k stars 225 forks source link

The color background of the command prompt not shows out after install #320

Closed woshichuanqilz closed 2 years ago

woshichuanqilz commented 2 years ago

system: Manjaro 21.2.0 Qonos WM: i3 GTK Theme: Breeze [GTK2/3] Icon Theme: breeze

Install the bobfish by command omf install bobthefish

Change the theme by command omf theme bobfish

Powerline font installed. I use alacritty, In my alacritty config file: family: Source Code Pro for Powerline

After all this settings, the time at the right of the command line shows out, but the prompt on the left side seems no different as before, where am I wrong ? image

bobthecow commented 2 years ago

Notice that you do have the correct right prompt, though.

You probably have a fish_prompt function defined with higher specificity than the one supplied by the theme. The most common reason for this is setting one via fish_config. Run functions -D fish_prompt to see where yours is defined:

Screen Shot 2022-01-01 at 9 15 58 AM

If you see one that's not in ~/.local/share/omf/themes, rename or delete the file and open a new shell.