From 5b2bab1716c0c21c7da9038de7752c33fb5cd948 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 23 Jun 2026 20:55:45 +0200 Subject: modules/foot: Make the path regex include the final file --- modules/by-name/fo/foot/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/by-name/fo') diff --git a/modules/by-name/fo/foot/module.nix b/modules/by-name/fo/foot/module.nix index 00c198fa..b698eee9 100644 --- a/modules/by-name/fo/foot/module.nix +++ b/modules/by-name/fo/foot/module.nix @@ -42,7 +42,7 @@ in { launch = "git show \${match}"; }; "regex:paths" = { - regex = "([^ '\"`=:\\\\[\\\\(]*/)([^/: '\"`\\\\)\\\\]]*)"; + regex = "([^ '\"`=:\\\\[\\\\(]*/[^/: '\"`\\\\)\\\\]*)"; launch = "ll \${match}"; }; -- cgit v1.3.1