add BROWSER env var to .profile

This commit is contained in:
Lexi Stelter 2019-10-08 13:48:02 +02:00
parent e4d941a4b4
commit 055307ee83
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ export GPG_TTY=$(tty)
# Environment variables
export TERMINAL=mate-terminal
export EDITOR=vim
export BROWSER=waterfox
export BC_ENV_ARGS="-lq"
[[ -f "$HOME/.bcrc" ]] && export BC_ENV_ARGS="$BC_ENV_ARGS $HOME/.bcrc"