[zsh] Added gitio plugin.

This commit is contained in:
Keanu Timmermans 2021-05-10 12:58:36 +02:00
parent 84ad770f3d
commit b7454a658b
Signed by: keanucode
GPG key ID: A7431C0D513CA93B

View file

@ -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' \