1
0
Fork 0

zsh: aliases to hide ffmpeg banner

This commit is contained in:
Vladimír Dudr 2024-01-01 13:32:10 +01:00
parent 99a52c4d99
commit c3d36849d9

View file

@ -43,6 +43,10 @@ alias ssh='kitten ssh'
alias podr='podman run -it --rm'
alias podrs='podman run -it --rm --entrypoint /bin/sh'
alias ffprobe='ffprobe -hide_banner'
alias ffmpeg='ffmpeg -hide_banner'
alias ffplay='ffplay -hide_banner'
alias kubegen='kubectl create --dry-run=client -oyaml'
alias k=kubectl
alias kg='kubectl get'