summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-06-13 21:44:48 +0300
committerThanos Apollo <[email protected]>2023-06-13 21:44:48 +0300
commitc5b79b53087e9bf6b3cceaae4675ba50e3d3d5ae (patch)
tree85c5185cc85941d56815d622800d85ffa88d297f
parentcc0380daa0f8072ba90e661adddf97858a9c07d9 (diff)
shells: set BROWSER as firefox
-rwxr-xr-xshells.org1
1 files changed, 1 insertions, 0 deletions
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