From 2d4248742b4f7b0a2eb72d358d3f2f15c5487761 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 6 Jun 2025 16:29:45 -0500 Subject: add altbrowser --- dotfiles/system/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index 5baf908..c2ecd04 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -33,10 +33,10 @@ export SUDO_EDITOR="$(which vi)" # Browser export BROWSER="$(which firefox)" -# export BROWSER="$(which google-chrome-stable)" +export ALTBROWSER="$(which google-chrome-stable)" # export BROWSER="$(which librewolf)" -# Terminal +# Terminal export COLORTERM=truecolor #export TERM="vt100" export TERM="st-256color" -- cgit v1.2.3