add back support for external urls to lynx

main^2
Rob Muhlestein 2 weeks ago
parent 47c18eae4a
commit 4d6888243b

@ -47,7 +47,7 @@ if ($_) {
# bare url
m,^http, or s,^,https://,;
`which lynx` && exec 'lynx', $_;
#`which lynx` && exec 'lynx', $_;
`which /usr/bin/open` && exec '/usr/bin/open', $_;
`which explorer.exe` && exec 'explorer.exe', $_;
`which google-chrome` && exec 'google-chrome', $_;

Loading…
Cancel
Save