Skip to content

Commit 6778884

Browse files
committed
wezterm: paths must end with a word
1 parent 4be18a9 commit 6778884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

home/theme-catppuccin.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ in
9999
100100
config.hyperlink_rules = wezterm.default_hyperlink_rules()
101101
table.insert(config.hyperlink_rules, {
102-
regex = [[(\b|\/)[^\s:]*:\d+(:\d+)?\b]],
102+
regex = [[(\b|\/)[^\s:]*\b:\d+(:\d+)?\b]],
103103
format = "$EDITOR:$0",
104104
})
105105
wezterm.on("open-uri", function(window, pane, uri)

0 commit comments

Comments
 (0)