From 0a369346e7cc0f94d3ac9b0445c64be55e2d6813 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 12 Jul 2023 09:20:07 +0200 Subject: [PATCH] zsh: task completion --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zshrc b/.zshrc index 7e7ece2..be68ba6 100644 --- a/.zshrc +++ b/.zshrc @@ -275,6 +275,11 @@ if [ ! -f "${fpath[1]}/_git_branchless" ]; then curl -sLo "${fpath[1]}/_git_branchless" https://gist.githubusercontent.com/minijackson/68effb0e6c7d8333e20f07da20076c28/raw/5469ffa1c6adc245adb82316f1013937c5148da7/_git-branchless fi +## go-task +if [ ! -f "${fpath[1]}/_task" ]; then + curl -sLo "${fpath[1]}/_task" https://raw.githubusercontent.com/go-task/task/main/completion/zsh/_task +fi + ## sapling if [ ! -f "${fpath[1]}/_sl" ]; then # See: https://github.com/facebook/sapling/pull/369