From 4d1edfbd1dc07d0dfd2de0a21be03f70b94b3f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Fri, 31 Mar 2023 12:15:06 +0200 Subject: [PATCH] zsh: automenu --- dot_config/zsh/include/options.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/zsh/include/options.zsh b/dot_config/zsh/include/options.zsh index a8e75f4..9cf96d4 100644 --- a/dot_config/zsh/include/options.zsh +++ b/dot_config/zsh/include/options.zsh @@ -19,4 +19,4 @@ setopt share_history # share command history data HISTSIZE=50000 SAVEHIST=10000 -setopt menucomplete +setopt automenu