summaryrefslogtreecommitdiff
path: root/.aliases.bashrc
blob: e1692dbb620a115540baed8a18e02171d157aeb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias ip='ip -color'
alias xqr='xbps-query -R'
alias xqrs='xbps-query -Rs'


alias kb='kak ~/.bashrc'
alias .b='source ~/.bashrc'

alias l='ls -lah'

apwd () {
	pwd | sed -e 's!'"$HOME"'!~!'
}

alias mirror='mpv --untimed --profile=low-latency --vf=hflip /dev/video0'

alias gds='git diff --staged'