From 04279caf5bde6ab619f4c6d26d1b28975fc7653d Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 24 Jan 2022 13:10:14 +0100 Subject: Gitlab URLs for xxllnc should go through chromium --- .local/bin/open | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/bin/open b/.local/bin/open index 7839fa8..aabebdb 100755 --- a/.local/bin/open +++ b/.local/bin/open @@ -58,6 +58,7 @@ proto cmd ($ --> Str) { * } # working purposes. multi sub cmd (HttpUrl $t where { $_.hostname.ends-with('gitlab.com') && $_.path[0].?fc eq 'mintlab' }) { "chromium '$t'" } +multi sub cmd (HttpUrl $t where { $_.hostname.ends-with('gitlab.com') && $_.path[0].?fc eq 'xxllnc' }) { "chromium '$t'" } multi sub cmd (HttpUrl $t where *.hostname.ends-with('atlassian.net')) { "chromium '$t'" } multi sub cmd (HttpUrl $t where *.hostname.ends-with('aws.amazon.com')) { "chromium '$t'" } multi sub cmd (HttpUrl $t where *.hostname.ends-with('google.com')) { "chromium '$t'" } -- cgit v1.1