From c5b79b53087e9bf6b3cceaae4675ba50e3d3d5ae Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 13 Jun 2023 21:44:48 +0300 Subject: shells: set BROWSER as firefox --- shells.org | 1 + 1 file changed, 1 insertion(+) diff --git a/shells.org b/shells.org index c1e884d..a68238e 100755 --- a/shells.org +++ b/shells.org @@ -58,6 +58,7 @@ export PATH=/home/$USER/.local/bin:$PATH export EDITOR="emacsclient" export GIT_EDITOR="emacsclient" + export BROWSER="firefox" if [[ $- != *i* ]] then -- cgit v1.2.3