aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/fo/foot/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name/fo/foot/module.nix')
-rw-r--r--modules/by-name/fo/foot/module.nix2
1 files changed, 1 insertions, 1 deletions
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}";
};