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