Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Prompts with emoji issues



Having taken a bit more time to read what you say you have in your .zshrc
...

On Sun, May 17, 2020 at 12:51 PM Lewis Butler <lbutler@xxxxxxxxxx> wrote:

>
> setopt PROMPT_SUBST
> PROMPT='$(toon)%F{blue]%}%n@%m%f %F{green}%}#%f '
> RPROMPT='%F{green}%}[%T] %f[%~] '
>

Do things work correctly if you remove the RPROMPT setting?

Have you checked whether there are /etc/z* files on FreeBSD that are being
read, and what is in those?  Try "zsh -o noglobalrcs" ?

What happens if you change that RPROMPT to:

RPROMPT='%F{green}%}[%T] %f[%~]'
ZLE_RPROMPT_INDENT=1

??


Messages sorted by: Reverse Date, Date, Thread, Author