From 193b4850ed7d2648b2c714ba87c085d1990f2a93 Mon Sep 17 00:00:00 2001 From: lunax Date: Mon, 9 Mar 2020 14:31:45 +0100 Subject: [PATCH] disable dots Signed-off-by: lunax --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ec8c9fa..9791f01 100644 --- a/.zshrc +++ b/.zshrc @@ -5,7 +5,7 @@ export ZSH_THEME="powerlevel9k/powerlevel9k" source $OTHER/powerlevel_settings.sh source $ZSH/oh-my-zsh.sh -COMPLETION_WAITING_DOTS="true" +#COMPLETION_WAITING_DOTS="false" plugins=(git docker)