fix: apply-color script of fastfetch & gcp

This commit is contained in:
2026-01-11 17:02:42 +01:00
parent cff586109c
commit 01c17f0c08
3 changed files with 12 additions and 11 deletions
@@ -92,10 +92,11 @@ end
if type -q git
function gcp
git add -A || return 1
if test (count $argv) -eq 0
git commit -a -m "👐 foo: too lazy to come up with a helpful commit message :)" || return 1
git commit -m "👐 foo: too lazy to come up with a helpful commit message :)" || return 1
else
git commit -a -m "$argv" || return 1
git commit -m "$argv" || return 1
end
git push
end