Init jqless.fish

Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
Georg Pfuetzenreuter 2022-01-03 14:04:29 +01:00
parent 47b2e83c88
commit 9f2347c010
Signed by: Georg
GPG Key ID: 1DAF57F49F8E8F22

View File

@ -0,0 +1,3 @@
function jqless --description 'alias jqless jq -C . | less -R'
jq -C . | less -R $argv
end