add BROWSER env var to .profile
This commit is contained in:
parent
e4d941a4b4
commit
055307ee83
1 changed files with 1 additions and 0 deletions
1
.profile
1
.profile
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue