From b91d3ec7f03703c6770f2cbf8d1fbd2b9b6a45bd Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 27 Jan 2023 02:19:44 +0100 Subject: Pretty ping --- functions/pp.fish | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 functions/pp.fish (limited to 'functions') diff --git a/functions/pp.fish b/functions/pp.fish new file mode 100644 index 0000000..5e2f91b --- /dev/null +++ b/functions/pp.fish @@ -0,0 +1,10 @@ +alias pping='prettyping' + +function pp + if test -z "$argv[1]" + set listargs "1.1" $argv[2..] + else + set listargs $argv + end + pping $listargs +end -- cgit v1.2.3