Update .zshrc.local

This commit is contained in:
Jinks 2024-12-07 18:56:53 +01:00
parent 89749b86f8
commit da813fd6b9

View file

@ -104,6 +104,11 @@ case $DISTRO in
if [ -x /usr/bin/yay ]; then
pkgman="yay"
sudo=""
fi
if [ -x /usr/bin/paru ]; then
pkgman="paru"
sudo=""
alias yay=paru
fi
alias pai="${sudo}${pkgman} -S ${aur}"
alias pas="${pkgman} -Ss ${aur}"