# HG changeset patch # User zegervdv # Date 1643563904 -3600 # Node ID 06df3dcf5d96bfb1413dc58aa83fae22162377d2 # Parent 20ee2a5d1f3d025d849d233f9c057de5136ca3e6 Add jq zsh plugin diff -r 20ee2a5d1f3d -r 06df3dcf5d96 .chezmoiexternal.toml --- a/.chezmoiexternal.toml Sun Jan 30 10:44:11 2022 +0100 +++ b/.chezmoiexternal.toml Sun Jan 30 18:31:44 2022 +0100 @@ -58,6 +58,13 @@ url = "https://github.com/jeffreytse/zsh-vi-mode/raw/master/zsh-vi-mode.zsh" refreshPeriod = "168h" +[".zsh/jq-zsh-plugin"] + type = "archive" + url = "https://github.com/reegnz/jq-zsh-plugin/archive/master.tar.gz" + exact = true + stripComponents = 1 + refreshPeriod = "168h" + [".zsh/completions/_fd"] type = "file" url = "https://github.com/sharkdp/fd/raw/master/contrib/completion/_fd" diff -r 20ee2a5d1f3d -r 06df3dcf5d96 dot_zshrc --- a/dot_zshrc Sun Jan 30 10:44:11 2022 +0100 +++ b/dot_zshrc Sun Jan 30 18:31:44 2022 +0100 @@ -238,6 +238,8 @@ source ~/.zsh/zsh-histdb/sqlite-history.zsh source ~/.zsh/fzf-histdb.zsh +source ~/.zsh/jq-zsh-plugin/jq.plugin.zsh + # The plugin will auto execute this zvm_after_init function function zvm_after_init() { [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh