From e78d45d5bb1680bd46917d9d381324742683f9ed Mon Sep 17 00:00:00 2001 From: William Ball Date: Wed, 16 Apr 2025 21:45:01 -0700 Subject: [PATCH] switch $BROWSER to librewolf --- zsh/.config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.config/zsh/.zprofile b/zsh/.config/zsh/.zprofile index bea3274..9b6c921 100644 --- a/zsh/.config/zsh/.zprofile +++ b/zsh/.config/zsh/.zprofile @@ -12,7 +12,7 @@ export XDG_DATA_HOME="$HOME/.local/share" export EDITOR=nvim export VISUAL=nvim export TERM=xterm-256color -export BROWSER=firefox +export BROWSER=librewolf # Wayland settings export MOZ_ENABLE_WAYLAND=1