blob: 343d452d4efc1af04c12f12ef29557aa34f2c66e (
plain)
1
2
3
4
5
|
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 .vimpwrc'
alias x='xinit -- :1 -nolisten tcp vt${XDG_VTNR}'
|