some ghostty related fix

This commit is contained in:
2025-12-03 20:07:20 +01:00
parent 4a525e2822
commit 916bd6b61e
6 changed files with 34 additions and 26 deletions

View File

@@ -94,7 +94,7 @@ if type -q git
function acp
git add . || return 1
if test (count $argv) -eq 0
git commit -m "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 -m "$argv" || return 1
end