From 055307ee831e6d48b708822b50d7714c5c7f7250 Mon Sep 17 00:00:00 2001 From: Lexi Stelter Date: Tue, 8 Oct 2019 13:48:02 +0200 Subject: [PATCH] add BROWSER env var to .profile --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index 38768da..6a4e618 100644 --- a/.profile +++ b/.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"