shell: add ffmpeg alias
This commit is contained in:
parent
1f5d9778ac
commit
9eb49d029e
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ alias sudo='sudo VISUAL="$VISUAL" SYSTEMD_EDITOR="$SYSTEMD_EDITOR" ' # allo
|
||||||
alias df='df -h' # Human-readable sizes
|
alias df='df -h' # Human-readable sizes
|
||||||
alias free='free -m' # Show sizes in MB
|
alias free='free -m' # Show sizes in MB
|
||||||
alias bc='bc -ql' # Make bc usable for fast math
|
alias bc='bc -ql' # Make bc usable for fast math
|
||||||
|
alias ffmpeg='ffmpeg -hide_banner'
|
||||||
[ -z "$VIMRUNTIME" ] &&
|
[ -z "$VIMRUNTIME" ] &&
|
||||||
alias glow='glow -p' # force Glow to preview with `less` if not in vim
|
alias glow='glow -p' # force Glow to preview with `less` if not in vim
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue