Update aliases
This commit is contained in:
parent
8a8bae85a7
commit
bb91dec56c
|
@ -313,3 +313,5 @@ alias icat="kitty +kitten icat"
|
|||
function lastdl() {
|
||||
echo ~/downloads/*(oc.[1])
|
||||
}
|
||||
|
||||
alias mpvu="noglob mpv"
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue