.profile: set BROWSER=firefox
This commit is contained in:
parent
f2bd085312
commit
235e8a2013
2
.profile
2
.profile
|
|
@ -13,7 +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 BROWSER=firefox
|
||||||
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