updated how to install zsh-completions
This commit is contained in:
parent
f6dcf3032e
commit
ac33931e98
1 changed files with 10 additions and 1 deletions
11
updates.txt
11
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue