Some minor tweaks
This commit is contained in:
parent
de89545cb0
commit
6bd8dd336c
4 changed files with 9 additions and 3 deletions
|
@ -6,7 +6,9 @@ hashafter xi
|
|||
hashafter xbps-remove
|
||||
|
||||
|
||||
alias xq="xbps-query -Rs"
|
||||
xq() {
|
||||
xbps-query -Rs "$@" | grep -v -- '-32bit'
|
||||
}
|
||||
xqn() {
|
||||
if [[ -z $1 || -n $2 ]]; then
|
||||
<<-HERE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue