1
0
Fork 0

zshrc: remove a few completion tags

This commit is contained in:
Pratham Patel 2022-12-21 17:21:14 +05:30
parent 09f21a1bbd
commit 2b7f03a181
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -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"