Merge pull request #229 from rickyjon/master

Hide the hueg message when running ffmpeg
This commit is contained in:
Luke Smith 2019-02-19 07:44:12 -05:00 committed by GitHub
commit c80905abce

View file

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