mirror of
https://github.com/FAUSheppy/config
synced 2026-04-26 19:42:30 +02:00
feat: add json/yaml conversion
This commit is contained in:
2
zshrc
2
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() {};
|
#trap ctrl_c INT; function ctrl_c() {};
|
||||||
alias sss='ssh root@192.168.1.48 -t "systemctl suspend; exit"'
|
alias sss='ssh root@192.168.1.48 -t "systemctl suspend; exit"'
|
||||||
|
|
||||||
|
alias json_to_yaml="jq . $@ | yq -y"
|
||||||
|
|
||||||
cat() {
|
cat() {
|
||||||
|
|
||||||
# no args
|
# no args
|
||||||
|
|||||||
Reference in New Issue
Block a user