aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-01-24 13:10:14 +0100
committerPatrick Spek <p.spek@tyil.nl>2022-01-24 13:10:28 +0100
commit04279caf5bde6ab619f4c6d26d1b28975fc7653d (patch)
treee07d1ea5f1043f85486e45f756c85d5ce0c0974d
parent6b097c040a5c3b403a66324e40f66151c559259f (diff)
Gitlab URLs for xxllnc should go through chromium
-rwxr-xr-x.local/bin/open1
1 files changed, 1 insertions, 0 deletions
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'" }