Add consistency with ffmpeg's other tools

This commit is contained in:
rickyjon 2019-10-01 20:00:52 +10:00
parent f255cad8e5
commit eed603cb00

View File

@ -24,7 +24,9 @@ alias ka="killall" \
ref="shortcuts >/dev/null; source ~/.config/shortcutrc" \
upc="sudo pacman -Syu; pkill -RTMIN+8 i3blocks" \
lsp="pacman -Qett --color=always | less" \
ffmpeg="ffmpeg -hide_banner"
ffmpeg="ffmpeg -hide_banner" \
ffplay="ffplay -hide_banner" \
ffprobe="ffprobe -hide_banner"
command -v nvim >/dev/null && alias vim="nvim" vimdiff="nvim -d" # Use neovim for vim if present.