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/gplf.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/gplf.fish') diff --git a/functions/gplf.fish b/functions/gplf.fish index facbcde..a6a0e63 100644 --- a/functions/gplf.fish +++ b/functions/gplf.fish @@ -1 +1 @@ -alias gplf='git pull --force' +abbr --add gplf 'git pull --force' -- cgit v1.3-2-g11bf