Add utility plugins to Zsh :)

This commit is contained in:
Danielle McLean 2023-12-04 13:16:02 +11:00
parent 7c6ed9ce69
commit b06e48239c
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -39,6 +39,8 @@ zmodule junegunn/fzf --root shell --use degit --source completion.zsh --source k
zmodule hlissner/zsh-autopair
zmodule mollifier/cd-gitroot --fpath . --autoload cd-gitroot
zmodule unixorn/git-extra-commands
zmodule xPMo/zsh-toggle-command-prefix
zmodule zsh-users/zsh-autosuggestions
(( ${+commands[brew]} )) && zmodule homebrew