dotfiles/fish.configlink/functions/psf.fish

4 lines
65 B
Fish
Raw Normal View History

function psf
ps aux | rg -v "$USER.*rg $argv" | rg $argv
end