dotfiles/.config/fish/functions/netcons.fish

4 lines
64 B
Fish

function netcons -d "Network connections"
lsof -i $argv
end