dotfiles/fish.configlink/functions/ping.fish

4 lines
94 B
Fish
Raw Normal View History

2021-03-10 16:41:29 +00:00
function ping --description "Improved ping" -a "target"
prettyping --nolegend $target
2020-12-22 02:09:53 +00:00
end