zsh: aliases to hide ffmpeg banner
This commit is contained in:
parent
99a52c4d99
commit
c3d36849d9
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ alias ssh='kitten ssh'
|
||||||
alias podr='podman run -it --rm'
|
alias podr='podman run -it --rm'
|
||||||
alias podrs='podman run -it --rm --entrypoint /bin/sh'
|
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 kubegen='kubectl create --dry-run=client -oyaml'
|
||||||
alias k=kubectl
|
alias k=kubectl
|
||||||
alias kg='kubectl get'
|
alias kg='kubectl get'
|
||||||
|
|
Loading…
Add table
Reference in a new issue