From 4df16c238a13a7f7eea072aea2a5f1e294a7cf71 Mon Sep 17 00:00:00 2001
From: Benedikt Peetz <benedikt.peetz@b-peetz.de>
Date: Fri, 28 Jun 2024 17:39:38 +0200
Subject: fix(modules/home/alacritty/hints): Support git hashes over 7 chars

---
 modules/home/conf/alacritty/toml/hints.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'modules/home/conf/alacritty')

diff --git a/modules/home/conf/alacritty/toml/hints.toml b/modules/home/conf/alacritty/toml/hints.toml
index af01dc3e..31d91a37 100644
--- a/modules/home/conf/alacritty/toml/hints.toml
+++ b/modules/home/conf/alacritty/toml/hints.toml
@@ -22,4 +22,4 @@ regex = '''([^ '"`=:\[\(]*/)([^/: '"`\)\]]*)'''
 action = "Paste"
 post_processing = false
 binding = { key = "H", mods = "Control|Shift" }
-regex = '([a-z0-9]{7})\s'
+regex = '([a-z0-9]{7,40})\s'
-- 
cgit 1.4.1