1
0
Fork 0

fix BROWSER env var

This commit is contained in:
Luca Bilke 2024-06-10 14:33:47 +02:00
parent 3e7fae06ae
commit e7780f318c
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export EDITOR="nvim"
export TERMINAL="st"
export TERMCMD=$TERMINAL
export OPENER=opener
export BROWSER="brave-browser"
export BROWSER="firefox"
# Locale
export LANGUAGE="en_US"