shell: add ffmpeg alias

This commit is contained in:
PowerUser64 2024-05-27 04:22:09 -07:00
parent 1f5d9778ac
commit 9eb49d029e

View file

@ -35,6 +35,7 @@ alias sudo='sudo VISUAL="$VISUAL" SYSTEMD_EDITOR="$SYSTEMD_EDITOR" ' # allo
alias df='df -h' # Human-readable sizes
alias free='free -m' # Show sizes in MB
alias bc='bc -ql' # Make bc usable for fast math
alias ffmpeg='ffmpeg -hide_banner'
[ -z "$VIMRUNTIME" ] &&
alias glow='glow -p' # force Glow to preview with `less` if not in vim