Mercurial > dotfiles
diff .chezmoiexternal.toml @ 539:8e2e42add3af
add zsh-histdb plugin
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 27 Jan 2022 16:33:56 +0100 |
parents | 87f5a409ee83 |
children | 89769aa79628 |
line wrap: on
line diff
--- a/.chezmoiexternal.toml Thu Jan 27 14:20:13 2022 +0100 +++ b/.chezmoiexternal.toml Thu Jan 27 16:33:56 2022 +0100 @@ -41,6 +41,18 @@ stripComponents = 1 refreshPeriod = "168h" +[".zsh/zsh-histdb"] + type = "archive" + url = "https://github.com/larkery/zsh-histdb/archive/master.tar.gz" + exact = true + stripComponents = 1 + refreshPeriod = "168h" + +[".zsh/fzf-histdb.zsh"] + type = "file" + url = "https://github.com/m42e/zsh-histdb-fzf/raw/master/fzf-histdb.zsh" + refreshPeriod = "168h" + [".zsh/completions/_fd"] type = "file" url = "https://github.com/sharkdp/fd/raw/master/contrib/completion/_fd"