From 1aa9feea8d765c63693196e2aacdb8127fb21144 Mon Sep 17 00:00:00 2001 From: Keanu Date: Mon, 10 May 2021 16:55:18 +0200 Subject: [PATCH] [zsh] Added gitio plugin. --- zsh/plugins.zsh | 2 ++ 1 file changed, 2 insertions(+) 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' \