mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 11:38:00 +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 #####
|
||||
|
||||
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 ######
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user