From c0c1301324a19a14d34b9b0a8afbda4838933e8d Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 21 Feb 2020 14:01:33 +0100 Subject: JIRA is p shit --- .local/bin/open | 1 + 1 file changed, 1 insertion(+) (limited to '.local') diff --git a/.local/bin/open b/.local/bin/open index 8e597d7..66d58f6 100755 --- a/.local/bin/open +++ b/.local/bin/open @@ -43,6 +43,7 @@ proto cmd ($ --> Str) { * } # working purposes. multi sub cmd (HttpUrl $t where { $_.hostname.ends-with('gitlab.com') && $_.path[0].?fc eq 'mintlab' }) { "chromium-browser '$t'" } +multi sub cmd (HttpUrl $t where *.hostname.ends-with('atlassian.net')) { "chromium-browser '$t'" } multi sub cmd (HttpUrl $t where *.hostname.ends-with('aws.amazon.com')) { "chromium-browser '$t'" } multi sub cmd (HttpUrl $t where *.hostname.ends-with('google.com')) { "chromium-browser '$t'" } multi sub cmd (HttpUrl $t where *.hostname.ends-with('slack.com')) { "chromium-browser '$t'" } -- cgit v1.1