[.zshrc] Set BROWSER env var

This commit is contained in:
Daniel Carrillo 2020-05-01 15:40:14 +02:00
parent 677b713f17
commit fbea1d3124
1 changed files with 3 additions and 2 deletions

3
.zshrc
View File

@ -33,11 +33,12 @@ if [ $TILIX_ID ] || [ $VTE_VERSION ] ; then
source /etc/profile.d/vte.sh
fi
##### editor #####
##### default apps #####
export EDITOR='vim'
export VISUAL='vim'
export PAGER='less'
export BROWSER='/usr/bin/firefox'
##### venvs ######