mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 22:07:59 +00:00
[.zshrc] Set BROWSER env var
This commit is contained in:
parent
677b713f17
commit
fbea1d3124
5
.zshrc
5
.zshrc
@ -30,14 +30,15 @@ alias dkillall='docker rm -f $(docker ps -qa)'
|
|||||||
##### tilix #####
|
##### tilix #####
|
||||||
|
|
||||||
if [ $TILIX_ID ] || [ $VTE_VERSION ] ; then
|
if [ $TILIX_ID ] || [ $VTE_VERSION ] ; then
|
||||||
source /etc/profile.d/vte.sh
|
source /etc/profile.d/vte.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
##### editor #####
|
##### default apps #####
|
||||||
|
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
export VISUAL='vim'
|
export VISUAL='vim'
|
||||||
export PAGER='less'
|
export PAGER='less'
|
||||||
|
export BROWSER='/usr/bin/firefox'
|
||||||
|
|
||||||
##### venvs ######
|
##### venvs ######
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user