summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-06-26 17:48:01 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-06-26 17:48:01 +0200
commit0ed1f85b4bf84c97fe9d0c0db3fde9ffd08c2dda (patch)
treedae0655e3f4d6e686f9bc80f7b2ce6a06325956e /.config
parentb8cf492b8210084f5e41f705c08a1940c6a17626 (diff)
Switch browser to firefox
Diffstat (limited to '.config')
-rwxr-xr-x.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 824dcff..5a35b33 100755
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -10,7 +10,7 @@ unsetopt PROMPT_SP
# Default programs:
export EDITOR="nvim"
export TERMINAL="st"
-export BROWSER="brave"
+export BROWSER="firefox"
# ~/ Clean-up:
export XDG_CONFIG_HOME="$HOME/.config"