Command prompt color changes on completion suggestions in zsh/oh-my-zsh

1.8k views Asked by At

I have a problem that I couldn't find a solution to (maybe I'm just a horrible google user).

Anyways: I use oh-my-zsh with a custom theme and one or two plugins, but nothing too fancy. Whenever I double-press tab to bring up the completion suggestions, e.g. when using cd, my prompt's automatically colored blue (see attached image).

I have tried deactivating my theme and some stuff in ~/.oh-my-zsh/lib/completion.sh, but I couldn't find anything that helps. I just want my regular green even though I double tab.

Any help?

Example of coloring

1

There are 1 answers

1
ma-ti On

This answer to a related question seems to address your issue (I have not tested it myself):

https://unix.stackexchange.com/questions/16243/is-there-a-way-to-set-coloring-for-cd-tab-complete/16245#16245