diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-10 00:45:19 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-10 00:45:19 +0100 |
commit | 020cd46cb03e5d7f0bee8cedc6ce0b666aaebe3e (patch) | |
tree | ddf66bfd1d37fed0e5dda6a3eb7cd8d8a7c08df8 /config/essentials/zsh | |
parent | f769f41e1293fac166e1b816bdf724fde3ef6527 (diff) |
removed approxiamte completer
Diffstat (limited to 'config/essentials/zsh')
-rw-r--r-- | config/essentials/zsh/.zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 45f98e4..74bab34 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -22,10 +22,9 @@ zstyle ':completion:*' use-cache on zstyle ':completion:*' cache-path "$ZDOTDIR/zcompcache" # completers -zstyle ':completion:*' completer _extensions _complete _approximate +zstyle ':completion:*' completer _extensions _complete # format -zstyle ':completion:*:*:*:*:corrections' format '%F{yellow}!- (%e) -!%f' zstyle ':completion:*:*:*:*:descriptions' format '%F{blue}-- %D%d --%f' zstyle ':completion:*:*:*:*:messages' format '%F{purple}-- %d --%f' zstyle ':completion:*:*:*:*:warnings' format '%F{red}-- no matches found --%f' |