diff options
| author | 2024-01-28 19:39:36 +0100 | |
|---|---|---|
| committer | 2024-01-28 19:39:36 +0100 | |
| commit | e5120a6dbeab4cdb94c40597f592b92dc7ad1217 (patch) | |
| tree | f7900f080f65faedb064249ddcb76f50caeba2d4 | |
| parent | editorconfig: expand markdown styles to janet, json, yaml, and yml (diff) | |
lib/sh: add jaq plugin
| -rw-r--r-- | dot_local/lib/sh/jaq | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_local/lib/sh/jaq b/dot_local/lib/sh/jaq new file mode 100644 index 0000000..851c291 --- /dev/null +++ b/dot_local/lib/sh/jaq @@ -0,0 +1,2 @@ +. hascmd jaq || return +alias jq=jaq |
