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/gl.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'functions/gl.fish') diff --git a/functions/gl.fish b/functions/gl.fish index d1e18b8..759d902 100644 --- a/functions/gl.fish +++ b/functions/gl.fish @@ -1,2 +1 @@ - -alias gl='git log -5' +abbr --add gl 'git log -5' -- cgit v1.3-2-g11bf