From ac33931e9815bf2e82d021b5b7d00517e2efe70e Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sun, 24 Apr 2022 11:11:20 -0700 Subject: [PATCH] updated how to install zsh-completions --- updates.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/updates.txt b/updates.txt index 0cb3fbad..39f404f9 100644 --- a/updates.txt +++ b/updates.txt @@ -13,7 +13,16 @@ find $dir -maxdepth 1 -type f Install zsh-completions-git -paru -S zsh-completions-git +in the aur_packages directory: + +git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git + +source ~/aur_packages/zsh-autocomplete/zsh-autocomplete.plugin.zsh-completions-git + +Make sure to comment out any references to compinit (but keep it around in case this fails) + +Then in your .zshrc file, place: + at 9:06 https://www.youtube.com/watch?v=bTLYiNvRIVI