From f6403a55544764d54f4b8803f6f7541c1f239965 Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad Date: Mon, 25 Sep 2023 02:42:18 +0500 Subject: [PATCH] Nothing really --- zsh/dot-zshrc | 2 +- zsh/zsh-completion | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index af21672..b8147e3 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -14,6 +14,7 @@ function zsh_add_plugin() { zsh_add_file "zsh-aliases" zsh_add_file "zsh-functions" zsh_add_file "zsh-options" +zsh_add_file "zsh-completion" zsh_add_plugin "Aloxaf/fzf-tab" zsh_add_plugin "ahmubashshir/zinsults" @@ -21,7 +22,6 @@ zsh_add_plugin "zdharma-continuum/fast-syntax-highlighting" zsh_add_plugin "zsh-users/zsh-autosuggestions" zsh_add_plugin "zsh-users/zsh-completions" -zsh_add_file "zsh-completion" zsh_add_file "zsh-bindings" # vim: filetype=zsh diff --git a/zsh/zsh-completion b/zsh/zsh-completion index 4b1cf3f..82d4bcc 100644 --- a/zsh/zsh-completion +++ b/zsh/zsh-completion @@ -2,6 +2,7 @@ create_dir "$HOME/.cache/zsh" autoload -Uz compinit compinit -d "$HOME/.cache/zsh/zcompdump" zmodload zsh/complist + zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' # vim: filetype=zsh