From 090e3e15e2c8725c649d04404791057efe444f81 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 13 Feb 2024 08:58:32 -0800 Subject: [PATCH] open fidelity links in safari --- .hammerspoon/init.fnl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.hammerspoon/init.fnl b/.hammerspoon/init.fnl index 308523b..e9d83cd 100644 --- a/.hammerspoon/init.fnl +++ b/.hammerspoon/init.fnl @@ -111,7 +111,8 @@ ["^https://(.*%.?)store.apple.com/?" handlers.safari] ["^https://(.*%.?)goodluckbread.com/?" handlers.safari] ["^https://community.glowforge.com/?" handlers.arc] - ["^https://accounts.google.com/?" handlers.arc]] + ["^https://accounts.google.com/?" handlers.arc] + ["^https://(.*%.?)fidelityinvestments.com/?" handlers.safari]] url-redir-decoders [[:sci-hub "^https://doi.org/(.*)" "https://sci-hub.st/%1"]]]