From 6eb54dc96f3a1b4559b67602743fb93886d6d59a Mon Sep 17 00:00:00 2001 From: Ryan Orlando Date: Fri, 2 Dec 2022 20:23:32 -0800 Subject: [PATCH] update bash_profile --- .bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_profile b/.bash_profile index 8e6b4f8..b9e785d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -8,5 +8,6 @@ export XDG_CONFIG_HOME=~/.config export XDG_CACHE_HOME=~/.cache export XDG_DATA_HOME=~/.local/share export EDITOR=vim +export BROWSER=/usr/bin/librewolf export VISUAL=vim [[ -f ~/.bashrc ]] && . ~/.bashrc