Update 2025-09-29 07:50 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2025-09-29 07:50:12 +02:00
parent a3954fb9dc
commit 1cc3015bb5
3 changed files with 4 additions and 5 deletions

View File

@@ -12,8 +12,6 @@
. ${HOME}/.bin/_config
BROWSER=Firefox
HISTFILE="${HOME}/.browser_history"
touch "${HISTFILE}"
@@ -177,6 +175,6 @@ save_history() {
# main program starts here.
read_input
choose_wrapper
choose_browser
#choose_browser
save_history
$BROWSER "$(printf '%s' "${URI}" | sed 's/ /%20/g')" > /home/sdk/browser.log 2>&1 &