From 89e0cd0745d079ebc47d4ffa20500a594b23befc Mon Sep 17 00:00:00 2001 From: Keanu Date: Sun, 27 Jun 2021 17:31:14 +0200 Subject: [PATCH] [zsh] Add the project management tool. --- zsh/plugins.zsh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zsh/plugins.zsh b/zsh/plugins.zsh index 096ee73..bb8480d 100755 --- a/zsh/plugins.zsh +++ b/zsh/plugins.zsh @@ -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