summaryrefslogtreecommitdiff
path: root/config/essentials/zsh
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-11-10 00:45:19 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-11-10 00:45:19 +0100
commit020cd46cb03e5d7f0bee8cedc6ce0b666aaebe3e (patch)
treeddf66bfd1d37fed0e5dda6a3eb7cd8d8a7c08df8 /config/essentials/zsh
parentf769f41e1293fac166e1b816bdf724fde3ef6527 (diff)
removed approxiamte completer
Diffstat (limited to 'config/essentials/zsh')
-rw-r--r--config/essentials/zsh/.zshrc3
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'