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

Re: Prompt themes masking output from some applications [macOS]



On Mon, Mar 20, 2023 at 5:18 PM <08-sequel.tarns@xxxxxxxxxx> wrote:
>
> autoload -U promptinit && promptinit && prompt walters

This theme sets nopromptsp, which is usually a terrible idea.

  adam% autoload -U promptinit && promptinit && prompt walters
  romka@adam> print -n hello
  romka@adam>

Note the absence of output from `print`.

Roman.




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