From 044bb5701cc0150bd26c1f8a1013158ae0c9af60 Mon Sep 17 00:00:00 2001 From: Matt Hunter Date: Wed, 3 Jun 2026 04:19:57 -0400 Subject: fish: Add git-precheck condition output to 'gist' alias --- .config/fish/functions/gist.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/functions/gist.fish b/.config/fish/functions/gist.fish index 61b09b7..b094e4b 100644 --- a/.config/fish/functions/gist.fish +++ b/.config/fish/functions/gist.fish @@ -1,3 +1,4 @@ function gist - git status -s $argv; + git precheck --ignore-dirty --ignore-untracked + git status -s end -- cgit v1.2.3