From ce8f3b44638ad68f25f0a2225f4d01e7b96dcab7 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Sat, 5 Apr 2025 16:37:09 -0400 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="-"