feat(shell/alias): add jy alias for "yj -jy | yq"

This commit is contained in:
Jim Myhrberg
2025-01-06 13:25:42 +00:00
parent d560688c58
commit 24aab0403e

View File

@@ -52,6 +52,11 @@ if command-exists hwatch; then
alias watch="hwatch"
fi
# JSON to YAML and pretty print
if command-exists yj && command-exists yq; then
alias jy="yj -jy | yq"
fi
# Misc.
alias weechat="TERM=screen-256color weechat-curses"
alias slashdot="ab -kc 50 -t 300"