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

4 lines
72 B
Fish

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