I have tried
PROMPT="%F{green}%n@%m %# %F{yellow}"
preexec () { echo -ne "\e[0m" }
so far, but this does not yield expected results. User input is still white
What to do?
I have tried
PROMPT="%F{green}%n@%m %# %F{yellow}"
preexec () { echo -ne "\e[0m" }
so far, but this does not yield expected results. User input is still white
What to do?