aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-02-21 14:01:33 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-02-21 14:01:33 +0100
commitc0c1301324a19a14d34b9b0a8afbda4838933e8d (patch)
treef39244a5fc8e0313ba1b77e9169e9c6332533d3d /.local
parent002f99da805420cb93d3f466da343d60a84ceb66 (diff)
JIRA is p shit
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/open1
1 files changed, 1 insertions, 0 deletions
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'" }