From 2f71241581189e175a7965a16eb7a7c0064649e8 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Sun, 22 Oct 2023 23:08:01 -0500 Subject: [PATCH] remove NRI Linear linkification --- dotfiles/wezterm/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dotfiles/wezterm/default.nix b/dotfiles/wezterm/default.nix index 793b80e..d99c2e0 100644 --- a/dotfiles/wezterm/default.nix +++ b/dotfiles/wezterm/default.nix @@ -54,12 +54,6 @@ regex = "\\bfile://\\S*\\b", format = "$0", }, - - -- Linear task IDs - { - regex = "\\b([A-Z0-9]{3}-\\d+)\\b", - format = "https://linear.app/noredink/issue/$1", - }, }, } '';