1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 16:26:50 +00:00
dotfiles/.zsh/aliases.zsh

15 lines
639 B
Bash

alias \
wget='wget -c' \
zshrc='source ~/.zshrc' \
dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"' \
c='docker-compose' \
lla='ls -lha' \
cp='cp -iv' \
rm='rm -iv' \
mv='mv -iv' \
mkd="mkdir -pv" \
c_buildkit="COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1" \
ytv="youtube-dl -f bestvideo" \
smpv="mpv --profile=svp --script-opts=socketPath=/tmp/mpvsocket " \
discord-stream="doas modprobe v4l2loopback video_nr=15;nohup ffmpeg -hide_banner -loglevel error -f x11grab -r 30 -s 1920x1080 -i :0+1440,0 -pix_fmt yuv420p -f v4l2 /dev/video15&; disown" \
vim="nvim"