From a6f6c8d57761c39010c3fbfa31491a7d9365faf4 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 31 Mar 2025 08:33:07 -0400 Subject: [PATCH] add alternative location for zsh plugin --- .chezmoiexternal.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 95bb293..ba94f16 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -14,3 +14,7 @@ refreshPeriod = "168h" type = "git-repo" url = "https://github.com/Piraty/xxtools.git" refreshPeriod = "168h" + +[".local/share/zsh-history-substring-search"] +type = "archive" +url = "https://github.com/zsh-users/zsh-history-substring-search/archive/refs/tags/v1.1.0.tar.gz"