Update bashrc and mpv configs

This commit is contained in:
Aleksandar Widulski 2022-03-03 01:43:35 -05:00
parent 6375494f43
commit f3c62763ad
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ cpusage() {
}
# Update and upgrade system
update() { boas sh -c 'apk update && apk upgrade -aiv'; }
update() { boas sh -c 'apk update && apk upgrade -aiv && apk fix'; }
# Im too lazy to type
copy() {

View File

@ -1,2 +1,2 @@
ytdl-format="bestvideo[height=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best"
ytdl-format="bestvideo[height=?720][fps<=?30]+bestaudio/best"
user-agent="Mozilla/5.0"