From 35ce58ea68a82dfd039f937ce2cee37ffc4ec803 Mon Sep 17 00:00:00 2001 From: furtest Date: Tue, 23 Dec 2025 19:16:00 +0100 Subject: [PATCH] Remove dots when editing in vi mode (I think it's what I did not sure) --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 49c3736..f9d1734 100644 --- a/zshrc +++ b/zshrc @@ -15,7 +15,7 @@ DISABLE_AUTO_TITLE="true" # You can also set it to another string to have that shown instead of the default red dots. # e.g. COMPLETION_WAITING_DOTS="%F{yellow}waiting...%f" # Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765) -COMPLETION_WAITING_DOTS="true" +#COMPLETION_WAITING_DOTS="true" plugins=(git common-aliases