dotfiles/fish.configlink/functions/ping.fish
2021-03-10 11:41:29 -05:00

4 lines
94 B
Fish

function ping --description "Improved ping" -a "target"
prettyping --nolegend $target
end