From d9848fefe1ca528597805c625d4a6d6cdcbbdcbc Mon Sep 17 00:00:00 2001 From: clux Date: Thu, 17 Oct 2024 00:03:21 +0100 Subject: [PATCH] use yq aliases Signed-off-by: clux --- .aliases | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.aliases b/.aliases index 5c0b6ec..7e06740 100755 --- a/.aliases +++ b/.aliases @@ -24,8 +24,9 @@ alias tree='eza --tree --group-directories-first --icons --git-ignore -git --sor alias top='btop' # jq on everything -alias tq='yq --input=toml' -alias JQ='yq --input=json' +alias yq='whyq --input=yaml' +alias tq='whyq --input=toml' +alias JQ='whyq --input=json' # hyprland alias hde="hyprctl dispatch exec"