mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
Add aliases for Helix command line tool
This commit is contained in:
parent
205f31f582
commit
cd28b6e122
1 changed files with 3 additions and 5 deletions
|
@ -8,13 +8,10 @@ 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" \
|
|
||||||
ytv="youtube-dl -f bestvideo" \
|
ytv="youtube-dl -f bestvideo" \
|
||||||
smpv="mpv --profile=svp --script-opts=socketPath=/tmp/mpvsocket " \
|
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" \
|
|
||||||
screen-stream="discord-stream" \
|
|
||||||
vim="nvim" \
|
vim="nvim" \
|
||||||
swap-ytmpv-profiles="sed -i 's/mpv-yt/mpv-yt-inactive/g' ~/.config/mpv/mpv.conf && sed -i 's/mpv-yt-inactive-inactive/mpv-yt/g' ~/.config/mpv/mpv.conf; grep -1 mpv-yt ~/.config/mpv/mpv.conf"
|
swap-ytmpv-profiles="sed -i 's/mpv-yt/mpv-yt-inactive/g' ~/.config/mpv/mpv.conf && sed -i 's/mpv-yt-inactive-inactive/mpv-yt/g' ~/.config/mpv/mpv.conf; grep -1 mpv-yt ~/.config/mpv/mpv.conf" \
|
||||||
ga='git add' \
|
ga='git add' \
|
||||||
gap='git add --patch' \
|
gap='git add --patch' \
|
||||||
gc='git commit' \
|
gc='git commit' \
|
||||||
|
@ -24,5 +21,6 @@ alias \
|
||||||
gp='git push' \
|
gp='git push' \
|
||||||
gres='git restore' \
|
gres='git restore' \
|
||||||
gs='git status' \
|
gs='git status' \
|
||||||
gst='git stash'
|
gst='git stash' \
|
||||||
|
hx='helix'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue