Change default browser in .profile to Brave

This commit is contained in:
samedamci 2020-04-15 20:40:39 +02:00
parent 4762b4a38b
commit a6096b762f
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
# Default Apps # Default Apps
#~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~
export EDITOR="nvim" export EDITOR="nvim"
export BROWSER="firefox" export BROWSER="brave"
export TERMINAL="st" export TERMINAL="st"
#~~~~~~ #~~~~~~

View File

@ -13,7 +13,7 @@
# Default Apps # Default Apps
#~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~
export EDITOR="nvim" export EDITOR="nvim"
export BROWSER="firefox" export BROWSER="brave"
export TERMINAL="st" export TERMINAL="st"
#~~~~~~ #~~~~~~

View File

@ -13,7 +13,7 @@
# Default Apps # Default Apps
#~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~
export EDITOR="nvim" export EDITOR="nvim"
export BROWSER="firefox" export BROWSER="brave"
export TERMINAL="st" export TERMINAL="st"
#~~~~~~ #~~~~~~