diff --git a/zsh/plugins.zsh b/zsh/plugins.zsh index 044dc8c..f1c9dbe 100644 --- a/zsh/plugins.zsh +++ b/zsh/plugins.zsh @@ -112,6 +112,8 @@ _plugin completions 'zsh-users/zsh-completions' "$_checkout_latest_version" fi # }}} +_plugin gitio 'denysdovhan/gitio-zsh' + # _plugin fzf 'junegunn/fzf' "$_checkout_latest_version" \ # build='./install --bin' \ # after_load='plugin-cfg-path path prepend bin' \