retabbing
This commit is contained in:
parent
0c2143cf87
commit
2ccaa4848b
3 changed files with 32 additions and 30 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue