feat(zsh): disable completion group names

This commit is contained in:
2024-08-04 01:44:55 +02:00
parent ac4801da8f
commit 2c3631cd1a
-1
View File
@@ -26,7 +26,6 @@ bindkey '^N' history-beginning-search-forward
zstyle ':completion:*' auto-description '%d'
zstyle ':completion:*' cache-path "${_cache_dir:?}/compcache"
zstyle ':completion:*' completer _complete _approximate
zstyle ':completion:*:descriptions' format '%F{yellow}-- %d --%f'
zstyle ':completion:*' group-name ''
zstyle ':completion:*' insert-unambiguous true
# shellcheck disable=SC2296