[.zshrc] Change default browser to Brave

This commit is contained in:
Daniel Carrillo 2020-10-24 20:16:34 +02:00
parent bbee9b41fe
commit 0d3f27b21f
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -43,7 +43,7 @@ fi
export EDITOR='vim'
export VISUAL='vim'
export PAGER='less'
export BROWSER='/usr/bin/firefox'
export BROWSER='/usr/bin/brave'
##### venvs ######