From 2c3631cd1add7e0000c3f0222b34a12874fe0e7b Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 4 Aug 2024 01:44:55 +0200 Subject: [PATCH] feat(zsh): disable completion group names --- zsh/completion | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/completion b/zsh/completion index d6b81ca..45f215a 100644 --- a/zsh/completion +++ b/zsh/completion @@ -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