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 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 ??