summaryrefslogtreecommitdiffstats
path: root/.config/shell
diff options
context:
space:
mode:
authorappeasementPolitik <108810900+appeasementPolitik@users.noreply.github.com>2022-08-03 12:40:52 +0000
committerGitHub <noreply@github.com>2022-08-03 12:40:52 +0000
commitf7839e8fd432627e610069d0070d3ea61805b5c8 (patch)
treea9c6b9c260e6aceadbfa457d24ad9b0d23ed18fc /.config/shell
parent4d597f945be529c5807a42e0469d86933f6ec9a4 (diff)
downloadeibhear-f7839e8fd432627e610069d0070d3ea61805b5c8.tar.gz
eibhear-f7839e8fd432627e610069d0070d3ea61805b5c8.tar.zst
eibhear-f7839e8fd432627e610069d0070d3ea61805b5c8.zip
Change brave to librewolf in shell profile (#1154)
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 65a7ff3..d5b182f 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"