Skip to content

Commit d14a24f

Browse files
ProveasioProveasio
authored andcommitted
feat: Add jq ZSH plugin
1 parent 3f4c21b commit d14a24f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ansible/roles/config/templates/zshrc.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ plugins=(
106106
k
107107
zoxide
108108
pyenv-lazy
109+
jq
109110
{% if actual_node_version.stdout | regex_search('^v[0-9]*\.[0-9]*\.[0-9]*') %}
110111
zsh-snv
111112
{% endif %}

ansible/roles/software/vars/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ omz_plugins:
9191
zsh-lazyload: https://github.com/qoomon/zsh-lazyload
9292
pyenv-lazy: https://github.com/davidparsson/zsh-pyenv-lazy.git
9393
zsh-snv: https://github.com/rpeshkov/zsh-snv
94+
jq: https://github.com/reegnz/jq-zsh-plugin.git
9495
# TMUX Plugin Manager
9596
tmux_plugins_dir: "{{ ansible_env.HOME }}/.tmux/plugins"
9697
tpm_git_url: https://github.com/tmux-plugins/tpm.git

0 commit comments

Comments
 (0)