Update aliases

This commit is contained in:
crater2150 2022-09-02 13:09:26 +02:00
parent 8a8bae85a7
commit bb91dec56c
2 changed files with 3 additions and 1 deletions

View file

@ -313,3 +313,5 @@ alias icat="kitty +kitten icat"
function lastdl() {
echo ~/downloads/*(oc.[1])
}
alias mpvu="noglob mpv"

View file

@ -26,7 +26,7 @@ xbps-install() {
sudo script --return --quiet -c "/usr/bin/xbps-install $*" /dev/null \
| tee /dev/stderr \
| grep -oP ".*(?=: post-install message)" \
| ifne xargs xbps-query -p install-msg
| ifne xargs -L 1 xbps-query -p install-msg
hash -r
}