[Bash] Add mpv low resolution (480p) alias
This commit is contained in:
parent
07b2adff83
commit
a619af31bd
1 changed files with 1 additions and 0 deletions
|
@ -19,3 +19,4 @@ alias myconfigfiles='git --git-dir=$HOME/.myconfigfiles.git --work-tree=$HOME'
|
|||
|
||||
alias revealjs='pandoc -s -t revealjs -V revealjs-url=../../lib/reveal.js --slide-level 2 --css ../../lib/css/style.css -o'
|
||||
alias md2pdf='pandoc -V geometry:left=3cm,right=2.5cm,top=2.5cm,bottom=2.5cm -o'
|
||||
alias mpvlow='mpv --ytdl-format=bestvideo[height\<=480]+bestaudio'
|
||||
|
|
Loading…
Reference in a new issue