1
0
Fork 0

retabbing

This commit is contained in:
Luca Bilke 2024-01-13 15:10:31 +01:00
parent 0c2143cf87
commit 2ccaa4848b
3 changed files with 32 additions and 30 deletions

View file

@ -42,10 +42,12 @@ alias \
/^WM_CLASS/{sub(/.* =/, \"instance:\"); sub(/,/, \"\nclass:\"); print}
/^WM_NAME/{sub(/.* =/, \"title:\"); print}'"
# xbps package manager aliases
# Void specific aliases
# shellcheck disable=SC2139
alias \
x="xbps-install" \
xr="xbps-remove" \
usv="SVDIR=\"${HOME}/.local/sv\" sv" \
xsi="xpkg -a |\
fzf -m --preview 'xq {1} | \\grep -e pkgver -e license -e short_desc -e installed_size -e maintainer -e repository -e homepage' --preview-window=right:66%:wrap |\
xargs -ro xi"