From b06e48239cea13386748db661563d9b7e62f1f69 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 4 Dec 2023 13:16:02 +1100 Subject: [PATCH] Add utility plugins to Zsh :) --- dot-config/zsh/zimrc.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot-config/zsh/zimrc.zsh b/dot-config/zsh/zimrc.zsh index 1cae76b..4a6f3ca 100644 --- a/dot-config/zsh/zimrc.zsh +++ b/dot-config/zsh/zimrc.zsh @@ -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