alias for zathura (#594)
This commit is contained in:
parent
5d59b3927d
commit
de70c89f4e
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ alias \
|
||||||
p="sudo pacman" \
|
p="sudo pacman" \
|
||||||
xi="sudo xbps-install" \
|
xi="sudo xbps-install" \
|
||||||
xr="sudo xbps-remove -R" \
|
xr="sudo xbps-remove -R" \
|
||||||
xq="xbps-query"
|
xq="xbps-query" \
|
||||||
|
z="zathura"
|
||||||
|
|
||||||
# Some other stuff
|
# Some other stuff
|
||||||
alias \
|
alias \
|
||||||
|
|
Loading…
Reference in a new issue