dotfiles/.config/fish/functions/pids.fish
2022-07-07 11:32:27 -05:00

4 lines
63 B
Fish

function pids -d "List pids"
command pgrep -a $argv[1]
end