blob: 15f5704fd682fd666afeac751642beabed5c96c7 (
plain)
1
2
3
4
5
6
7
8
|
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]"';
alias select-audio-output='pactl set-default-sink $(pactl list sinks|grep "Name:"|sed -E "s/.*Name:\s*(.+)\s*/\1/g"|dmenu)'
|