mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(shell/alias): add jy alias for "yj -jy | yq"
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user