change default browser

This commit is contained in:
thek4n 2025-05-14 09:50:47 +03:00
parent 90f902b715
commit c5ed921348

View File

@ -43,7 +43,7 @@ tab:replace-query\
" "
export BROWSERCLI=w3m export BROWSERCLI=w3m
test -z "${BROWSER}" && BROWSER=chromium test -z "${BROWSER}" && BROWSER=firefox
export BROWSER export BROWSER
if [ -d "${HOME}/.local/bin" ] ; then if [ -d "${HOME}/.local/bin" ] ; then