From cfd85c7f0e03526762aacb83d948898ef1f37bb9 Mon Sep 17 00:00:00 2001 From: appeasementPolitik <108810900+appeasementPolitik@users.noreply.github.com> Date: Wed, 3 Aug 2022 11:54:51 +0000 Subject: [PATCH] Change brave to librewolf in shell profile --- .config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/profile b/.config/shell/profile index 65a7ff31..d5b182f9 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -13,7 +13,7 @@ unsetopt PROMPT_SP # Default programs: export EDITOR="nvim" export TERMINAL="st" -export BROWSER="brave" +export BROWSER="librewolf" # ~/ Clean-up: export XDG_CONFIG_HOME="$HOME/.config"