From 235e8a20138e56b72835041f4cb151acc7886336 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Sat, 13 Feb 2021 17:24:59 +0100 Subject: [PATCH] .profile: set BROWSER=firefox --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 6a4e618..22ffd2a 100644 --- a/.profile +++ b/.profile @@ -13,7 +13,7 @@ export GPG_TTY=$(tty) # Environment variables export TERMINAL=mate-terminal export EDITOR=vim -export BROWSER=waterfox +export BROWSER=firefox export BC_ENV_ARGS="-lq" [[ -f "$HOME/.bcrc" ]] && export BC_ENV_ARGS="$BC_ENV_ARGS $HOME/.bcrc"