dotfiles/.config/fish/functions/lsock.fish

4 lines
72 B
Fish

function lsock -d "List sockets in use"
command sudo lsof -i -P
end