From 2a4fe57b9d3257f3f8d32d90dc4147615df33702 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 4 Mar 2026 15:59:29 +0100 Subject: feat: Use abbr instead of alias --- functions/pp.fish | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'functions/pp.fish') 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 -- cgit v1.3-2-g11bf