From 2b7f03a181aed6a3504d1a24a56367c941a3a5be Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Wed, 21 Dec 2022 17:21:14 +0530 Subject: [PATCH] zshrc: remove a few completion tags --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b31748d..f0f63a4 100644 --- a/.zshrc +++ b/.zshrc @@ -61,7 +61,7 @@ MACHINE_HOSTNAME=$(cat /etc/hostname) if [[ "$MACHINE_HOSTNAME" == "flameboi" ]]; then # The following lines were added by compinstall - zstyle ':completion:*' completer _alternative _approximate _arguments _complete _expand _ignored + zstyle ':completion:*' completer _arguments _complete _expand _ignored zstyle ':completion:*' group-name '' zstyle compinstall filename "$HOME/.zshrc"