From 1c39877f1410830f7b8ebe9467380049b69728cb Mon Sep 17 00:00:00 2001 From: Uyanide Date: Tue, 25 Nov 2025 02:06:31 +0100 Subject: [PATCH] too lazy to come up with a helpful commit message :) --- config/shell/.config/fish/post.d/alias.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/shell/.config/fish/post.d/alias.fish b/config/shell/.config/fish/post.d/alias.fish index ba18123..02b9567 100644 --- a/config/shell/.config/fish/post.d/alias.fish +++ b/config/shell/.config/fish/post.d/alias.fish @@ -94,7 +94,7 @@ if type -q git function acp git add . || return 1 if test (count $argv) -eq 0 - git commit -m "." || return 1 + git commit -m "too lazy to come up with a helpful commit message :)" || return 1 else git commit -m "$argv" || return 1 end