aboutsummaryrefslogblamecommitdiffstats
path: root/fish2024/functions/xq.fish
blob: 1be89e830172c91492b9dccf98e24ff2dff22491 (plain) (tree)
1
2
3
4



                                                                                                      
function xq --wraps='xbps-query -Rs ' --wraps='xbps-query -Rs' --description 'alias xq xbps-query -Rs'
  xbps-query -Rs $argv
        
end