From a9da299120e3c7645c5cdf8ac63cb9c4de5afd4a Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Fri, 4 Apr 2025 17:42:35 +0000 Subject: [PATCH] Add firefox as BROWSER --- sh/.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sh/.profile b/sh/.profile index 664ac0a..b6d202a 100644 --- a/sh/.profile +++ b/sh/.profile @@ -22,6 +22,9 @@ export LC_COLLATE="C" export EDITOR="vim" export VISUAL="vim" +# Export browser preferences. +export BROWSER="firefox" + # Export pager preferences. export PAGER="less" export LESSHISTFILE="-"