1
0
Fork 0

xbps-query alias

This commit is contained in:
Luca Bilke 2023-06-01 12:38:42 +02:00
parent cd95c17979
commit 372a3b4164

View file

@ -51,7 +51,8 @@ fi
if command -v xbps-install 1>/dev/null 2>&1; then
alias \
xin="xbps-install" \
xre="xbps-remove"
xre="xbps-remove" \
xse="xbps-query -Rs"
fi