File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ macro 0 set browser "echo 'Enter the command to open the URL. Exit if not entere
4545macro 1 set browser "firefox %u &" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
4646macro 2 set browser "chromium %u &" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
4747
48- macro 3 pipe-to "${MAILER-mutt --} 'mailto:?body='$(urlencode)"
48+ macro 3 pipe-to "${MAILER: -mutt --} 'mailto:?body='$(urlencode)"
4949# macro 3 set browser "${MAILER:-mutt --} 'mailto:?body='$(echo %u | urlencode)" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
5050
5151macro 4 set browser "qrencode -t 'UTF8' -- %u; printf 'Exit with Ctrl-C or Enter Key'; read -r 'REPLY'" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ macro 0 set browser "echo 'Enter the command to open the URL. Exit if not entere
4545macro 1 set browser "firefox %u &" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
4646macro 2 set browser "chromium %u &" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
4747
48- macro 3 pipe-to "${MAILER-mutt --} 'mailto:?body='$(urlencode)"
48+ macro 3 pipe-to "${MAILER: -mutt --} 'mailto:?body='$(urlencode)"
4949# macro 3 set browser "${MAILER:-mutt --} 'mailto:?body='$(echo %u | urlencode)" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
5050
5151macro 4 set browser "qrencode -t 'UTF8' -- %u; printf 'Exit with Ctrl-C or Enter Key'; read -r 'REPLY'" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
You can’t perform that action at this time.
0 commit comments