Mercurial > dotfiles
changeset 546:06df3dcf5d96
Add jq zsh plugin
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 30 Jan 2022 18:31:44 +0100 |
parents | 20ee2a5d1f3d |
children | da72438479b0 |
files | .chezmoiexternal.toml dot_zshrc |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"
--- 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