From 151ae41b5cc63f20877f93599b183037905e991d Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Tue, 24 Jun 2025 00:17:15 +0200 Subject: [PATCH] git: Add cont alias for continue --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index 0aaea4e..f275e68 100644 --- a/.config/git/config +++ b/.config/git/config @@ -19,6 +19,7 @@ co = checkout commit-last-msg = "!git-zsh-autoload commit-last-msg" continue = "!git-zsh-autoload continue" + cont = continue clm = commit-last-msg last-msg = commit-last-msg recommit = commit-last-msg --no-edit