diff options
| author | Matt Hunter <m@lfurio.us> | 2026-06-03 04:19:57 -0400 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-06-03 04:19:57 -0400 |
| commit | 044bb5701cc0150bd26c1f8a1013158ae0c9af60 (patch) | |
| tree | 96a0875f60fc995a316083d65d1f8e6f097e2019 | |
| parent | 0130dbab1c75aad9d7ac8bdfd98408e18c9ef5df (diff) | |
| download | rice-044bb5701cc0150bd26c1f8a1013158ae0c9af60.tar.gz rice-044bb5701cc0150bd26c1f8a1013158ae0c9af60.zip | |
fish: Add git-precheck condition output to 'gist' alias
| -rw-r--r-- | .config/fish/functions/gist.fish | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
