let python pick the browser

This commit is contained in:
Daylin Morgan 2023-10-30 17:57:56 -05:00
parent 6ab25d83cd
commit 88ac7021fc
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -72,7 +72,7 @@ printf " ${BOLD}->>${CYAN} %s${END}\n" "${DIR}"
printf "opening ${BOLD}%s${END} using %s\n" "$URL" "$BROWSER"
echo '---------------'
"$BROWSER" "$URL" >/dev/null 2>&1 &
python -m webbrowser "$URL" >/dev/null 2>&1 &
# first change directory in case python<3.7
ssh -tL localhost:"$PORT":localhost:"$PORT" "$USER_HOST" \