mirror of
https://github.com/rwxrob/dot
synced 2024-11-04 18:00:18 +00:00
add back support for external urls to lynx
This commit is contained in:
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…
Reference in New Issue
Block a user