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