From cad812d7872398f557289809ab293c55f0f5d4fd Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Fri, 24 Apr 2026 15:51:03 +0200 Subject: [PATCH] feat: add json/yaml conversion --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 3e9eaf2..13dd83c 100644 --- a/zshrc +++ b/zshrc @@ -231,6 +231,8 @@ ths_ssh="ssh -f -o ExitOnForwardFailure=yes -i .ssh/sheppy-master -L 8000:host.d #trap ctrl_c INT; function ctrl_c() {}; alias sss='ssh root@192.168.1.48 -t "systemctl suspend; exit"' +alias json_to_yaml="jq . $@ | yq -y" + cat() { # no args