From e120928f50942c55d56eb4a229ac2caac52f7fa5 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 6 Apr 2026 13:28:07 +0300 Subject: [PATCH] completions chore --- home/user/.config/zsh/completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/zsh/completion b/home/user/.config/zsh/completion index ef210b2..573cba0 100644 --- a/home/user/.config/zsh/completion +++ b/home/user/.config/zsh/completion @@ -81,7 +81,7 @@ _gcim_completion() { 'ci:CI/CD changes' 'build:Build system changes' ) - _describe 'commit message' commit_types -S '' + _describe 'commit message type in format CT1: "type(optional-scope): description"' commit_types -S '' } function _gcim() {