1
0
Fork 0

zshrc: get rid of pacman aliases

This commit is contained in:
Von Random 2021-12-13 21:32:56 +03:00
parent 3454a9212e
commit fd6f24fda1

6
zshrc
View file

@ -182,12 +182,6 @@ sush() { command sudo -Es }
# vim
vi() { command vim $@ }
# package management
if [[ -x $(whence -p paru) ]]; then
pacman() { command paru $@ }
yay() { pacman $@ }
fi
# }}}
# {{{ plugins
# grc