From 59602809763904d9173e72e10a845597945859a6 Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 24 Jun 2022 16:12:42 -0300 Subject: [PATCH] =?UTF-8?q?Revert=20"zsh:=20Desactivar=20autocompletaci?= =?UTF-8?q?=C3=B3n=20de=20men=C3=BA"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 754317859c88ed3b688c9f8ad2d2978f4fa5708f. --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 6ccf29d..977c849 100644 --- a/.zshrc +++ b/.zshrc @@ -12,6 +12,9 @@ bindkey -e bindkey "^[f" forward-word bindkey "^[b" backward-word +zmodload zsh/complist +zstyle ':completion:*' menu yes select + zstyle ':completion:*' list-dirs-first yes zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'