From 54264269d86ef1903c6ff868e2c6ae824f4b8e18 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 24 Sep 2025 22:54:20 +0200 Subject: module/alacritty: Improve the regex escaping even more --- modules/by-name/al/alacritty/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/by-name/al/alacritty/module.nix b/modules/by-name/al/alacritty/module.nix index fc626375..5eb84d00 100644 --- a/modules/by-name/al/alacritty/module.nix +++ b/modules/by-name/al/alacritty/module.nix @@ -103,7 +103,7 @@ in { mods = "Control|Shift"; }; post_processing = false; - regex = ''([^ '\"`=:\\[\\(]*/)([^/: '\"`\\)\\]]*)''; + regex = "([^ '\"`=:\\\\[\\\\(]*/)([^/: '\"`\\\\)\\\\]]*)"; } { action = "Paste"; -- cgit 1.4.1