diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-23 20:55:45 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-23 20:55:45 +0200 |
| commit | 5b2bab1716c0c21c7da9038de7752c33fb5cd948 (patch) | |
| tree | c6b63ed264d4c689e18625d60fe81350203caa93 /modules | |
| parent | modules/foot: Switch to carbonfox again (diff) | |
| download | nixos-config-5b2bab1716c0c21c7da9038de7752c33fb5cd948.zip | |
modules/foot: Make the path regex include the final file
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/by-name/fo/foot/module.nix | 2 |
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}"; }; |
