diff options
author | zachir <zachir@librem.one> | 2023-03-15 01:40:35 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-03-15 01:40:35 -0500 |
commit | e2ec88525f30c45772403e3a075f44b981366fe9 (patch) | |
tree | 5943d72e93fcbaa522cc119a35eaec3848822718 /url_handler.sh | |
parent | b9628ab8b8583fb6e37688acbf7d9f5139737b75 (diff) |
make http use same progs as https in url_handler
Diffstat (limited to 'url_handler.sh')
-rwxr-xr-x | url_handler.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/url_handler.sh b/url_handler.sh index f8086b2..c959b22 100755 --- a/url_handler.sh +++ b/url_handler.sh @@ -29,7 +29,7 @@ # The lists of programs to be executed are https_prgs="/home/zachir/.local/bin/scripts/bm:XW /usr/bin/lynx:XT" -http_prgs="/usr/bin/lynx:XT /usr/X11R6/bin/netscape:XW" +http_prgs="/home/zachir/.local/bin/scripts/bm:XW /usr/bin/lynx:XT" mailto_prgs="/usr/bin/mutt:VT /usr/bin/elm:VT /usr/bin/pine:VT /usr/bin/mail:VT" gopher_prgs="/usr/bin/lynx:XT /usr/bin/gopher:XT" ftp_prgs="/usr/bin/lynx:XT /usr/bin/ncftp:XT" |