1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-12-22 12:48:01 +00:00

[.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

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 ######