mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
aliases
This commit is contained in:
parent
50f01f5344
commit
6736aae22b
1 changed files with 3 additions and 1 deletions
|
@ -8,4 +8,6 @@ alias \
|
||||||
rm='rm -iv' \
|
rm='rm -iv' \
|
||||||
mv='mv -iv' \
|
mv='mv -iv' \
|
||||||
mkd="mkdir -pv" \
|
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 "
|
||||||
|
|
Loading…
Add table
Reference in a new issue