From a393a959771d5667ad78dccb8b3a72f9184544f5 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 16 Feb 2023 00:37:50 +0100 Subject: added: (zshrc) completion menu select --- config/zshrc/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/zshrc/.zshrc b/config/zshrc/.zshrc index 167af0b..ebbaa00 100644 --- a/config/zshrc/.zshrc +++ b/config/zshrc/.zshrc @@ -19,7 +19,8 @@ autoload -U select-word-style select-word-style bash autoload -z edit-command-line zle -N edit-command-line -zstyle :compinstall filename '/home/aluc/.zshrc' +zstyle ':compinstall' filename '/home/aluc/.zshrc' +zstyle ':completion:*' menu select autoload -Uz compinit compinit -- cgit v1.2.3