dots/private_dot_config/private_fish/functions/xr.fish
2025-05-07 22:17:09 +08:00

3 lines
94 B
Fish

function xr --wraps xbps-remove --description 'Remove a package'
sudo xbps-remove $argv
end