From 0cd9c6a2d03a01e6703d2aa896e8f722ecb9d7a7 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 14 Mar 2023 10:06:46 +0100 Subject: Add url for awsapps to open --- .local/bin/open | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/bin/open b/.local/bin/open index 584c430..9877708 100755 --- a/.local/bin/open +++ b/.local/bin/open @@ -61,6 +61,7 @@ multi sub cmd (HttpUrl $t where { $_.hostname.ends-with('gitlab.com') && $_.path 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('awsapps.com')) { "chromium '$t'" } multi sub cmd (HttpUrl $t where *.hostname.ends-with('google.com')) { "chromium '$t'" } multi sub cmd (HttpUrl $t where *.hostname.ends-with('slack.com')) { "chromium '$t'" } multi sub cmd (HttpUrl $t where *.hostname.ends-with('zaaksysteem.net')) { "chromium '$t'" } -- cgit v1.1