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

5
.zshrc
View File

@ -30,14 +30,15 @@ alias dkillall='docker rm -f $(docker ps -qa)'
##### tilix #####
if [ $TILIX_ID ] || [ $VTE_VERSION ] ; then
source /etc/profile.d/vte.sh
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 ######