diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-10 11:29:31 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-10 11:29:31 +0100 |
commit | 287c6dff37f75b1278e2c5cb8bb120c40a0e84e3 (patch) | |
tree | ddf66bfd1d37fed0e5dda6a3eb7cd8d8a7c08df8 /config/essentials | |
parent | 02cd777039f3cd9715a97c9a186a4175a1604203 (diff) | |
parent | 020cd46cb03e5d7f0bee8cedc6ce0b666aaebe3e (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/essentials')
-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' |