mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:46:39 +00:00
9 lines
132 B
Bash
9 lines
132 B
Bash
#
|
|
# jq
|
|
#
|
|
|
|
if ! command-exists jq; then
|
|
zinit light-mode wait lucid from'gh-r' as'program' mv'jq* -> jq' \
|
|
for @stedolan/jq
|
|
fi
|