On Mon, Nov 2, 2020 at 2:49 PM Felipe Contreras <felipe.contreras@xxxxxxxxx> wrote: > You don't *need* to run the dialog, just touch a ~/.zshrc file. > > This should be enough: > --- > autoload -U compinit && compinit > --- Or put that in /tmp/zsh, and run zsh with: ZDOTDIR=/tmp/zsh zsh -l No contamination needed. -- Felipe Contreras