dotfiles/fish.configlink/functions/psf.fish

4 lines
118 B
Fish
Raw Normal View History

2021-05-08 21:39:52 +00:00
function psf --description "Search for open process" -a "process"
ps aux | rg -v "$USER.*rg $argv" | rg $argv
end