blob: 43f6cd99a87459b29fc883b6e952049eb96e32fd (
plain)
1
2
3
4
5
6
|
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]" --'
|