dotfiles/.config/fish/functions/pids.fish

4 lines
63 B
Fish

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