mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Add consistency with ffmpeg's other tools
This commit is contained in:
parent
f255cad8e5
commit
eed603cb00
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user