blob: f6abe90524d8c7e396d175b61a6e09307699f26f (
plain)
1
2
3
4
5
6
7
|
alias gitrev='git rev-parse HEAD | GREP_COLORS="ms=34;1" grep $(git rev-parse --short HEAD)'
alias tmuxst='st -e tmux'
alias ls='ls --color'
alias pw='vim -u "${XDG_CONFIG_HOME}/vim/vimpwrc"'
alias x='xinit -- :1 -nolisten tcp vt${XDG_VTNR}'
alias stream480='mpv --ytdl-format "[height <=? 480]" --'
alias dl720p='yt-dlp -f "bestvideo[height<=720]+bestaudio/best[height<=720]"';
|