1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-16 07:26:51 +00:00
This commit is contained in:
Luna 2021-01-16 05:28:31 +01:00
parent 50f01f5344
commit 6736aae22b
No known key found for this signature in database
GPG key ID: DE9E9D23CD19A149

View file

@ -8,4 +8,6 @@ alias \
rm='rm -iv' \
mv='mv -iv' \
mkd="mkdir -pv" \
c_buildkit="COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1"
c_buildkit="COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1" \
ytv="youtube-dl -f bestvideo" \
smpv="mpv --profile=svp --script-opts=socketPath=/tmp/mpvsocket "