add BROWSER env var to .profile
This commit is contained in:
parent
e4d941a4b4
commit
055307ee83
1
.profile
1
.profile
|
|
@ -13,6 +13,7 @@ export GPG_TTY=$(tty)
|
||||||
# Environment variables
|
# Environment variables
|
||||||
export TERMINAL=mate-terminal
|
export TERMINAL=mate-terminal
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
export BROWSER=waterfox
|
||||||
export BC_ENV_ARGS="-lq"
|
export BC_ENV_ARGS="-lq"
|
||||||
[[ -f "$HOME/.bcrc" ]] && export BC_ENV_ARGS="$BC_ENV_ARGS $HOME/.bcrc"
|
[[ -f "$HOME/.bcrc" ]] && export BC_ENV_ARGS="$BC_ENV_ARGS $HOME/.bcrc"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue