Hello, It looks like using adam2 prompt truncates command output if the output does not end with a newline: ------------------------- `--> zsh --no-globalrcs --no-rcs dt% echo -n asd asd% dt% autoload -Uz colors && colors dt% autoload -Uz promptinit && promptinit dt% prompt adam2 ------------------------- `--> echo -n asd ------------------------- `--> I assume this is a bug with the prompt? Could anyone recommend a work around / fix? The prompt works and looks great otherwise. Zsh version is 5.4.2. Thanks in advance.