summaryrefslogtreecommitdiff
path: root/functions/pp.fish
diff options
context:
space:
mode:
Diffstat (limited to 'functions/pp.fish')
-rw-r--r--functions/pp.fish14
1 files changed, 7 insertions, 7 deletions
diff --git a/functions/pp.fish b/functions/pp.fish
index 5e2f91b..5ddc953 100644
--- a/functions/pp.fish
+++ b/functions/pp.fish
@@ -1,10 +1,10 @@
-alias pping='prettyping'
+abbr --add pping prettyping
function pp
- if test -z "$argv[1]"
- set listargs "1.1" $argv[2..]
- else
- set listargs $argv
- end
- pping $listargs
+ if test -z "$argv[1]"
+ set listargs "1.1" $argv[2..]
+ else
+ set listargs $argv
+ end
+ prettyping $listargs
end