summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-01-27 02:19:44 +0100
committerache <ache@ache.one>2023-01-27 02:19:44 +0100
commitb91d3ec7f03703c6770f2cbf8d1fbd2b9b6a45bd (patch)
tree299fd192051ae45ae528dcc5554d02d696bf01b8 /functions
parentAlias to set vi key bindings (diff)
Pretty ping
Diffstat (limited to 'functions')
-rw-r--r--functions/pp.fish10
1 files changed, 10 insertions, 0 deletions
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