[zsh] Add the project management tool.

This commit is contained in:
Keanu Timmermans 2021-06-27 17:31:14 +02:00
parent 82c01ffdbe
commit 89e0cd0745
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ _plugin keybase-compl 'https://raw.githubusercontent.com/fnoris/keybase-zsh-comp
_plugin gitio 'denysdovhan/gitio-zsh'
_plugin project 'https://git.sr.ht/~keanucode/scripts/blob/master/project/project.zsh' from=url \
build="wget -O listbox.zsh https://raw.githubusercontent.com/gko/listbox/master/listbox.zsh" \
load="listbox.zsh" \
load="project.zsh" \
# from Dima, assuming it's based off of:
# https://github.com/dmitmel/dotfiles/blob/19d80233265629b33cf57daf05a928239b0c73a8/zsh/plugins.zsh#L17-L25
if gh_bin="$(command_locate gh)" && [[ -n "$gh_bin" ]]; then