feat(zsh): disable completion group names
This commit is contained in:
@@ -26,7 +26,6 @@ bindkey '^N' history-beginning-search-forward
|
|||||||
zstyle ':completion:*' auto-description '%d'
|
zstyle ':completion:*' auto-description '%d'
|
||||||
zstyle ':completion:*' cache-path "${_cache_dir:?}/compcache"
|
zstyle ':completion:*' cache-path "${_cache_dir:?}/compcache"
|
||||||
zstyle ':completion:*' completer _complete _approximate
|
zstyle ':completion:*' completer _complete _approximate
|
||||||
zstyle ':completion:*:descriptions' format '%F{yellow}-- %d --%f'
|
|
||||||
zstyle ':completion:*' group-name ''
|
zstyle ':completion:*' group-name ''
|
||||||
zstyle ':completion:*' insert-unambiguous true
|
zstyle ':completion:*' insert-unambiguous true
|
||||||
# shellcheck disable=SC2296
|
# shellcheck disable=SC2296
|
||||||
|
|||||||
Reference in New Issue
Block a user